better text

This commit is contained in:
Yann Leboulanger 2012-08-25 12:25:30 +02:00
parent 1663c42b66
commit b1c82b0be1
1 changed files with 1 additions and 1 deletions

View File

@ -4505,7 +4505,7 @@ class InvitationReceivedDialog:
gajim.connections[account].decline_invitation(self.room_jid,
self.contact_fjid, text)
YesNoDialog(pritext, sectext, text_label=_('Reason:'),
YesNoDialog(pritext, sectext, text_label=_('Reason (if you decline):'),
on_response_yes=on_yes, on_response_no=on_no)
class ProgressDialog: