underline a string
This commit is contained in:
parent
8734c5f2cb
commit
a0df80aed6
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class GroupchatWindow(chat.Chat):
|
||||||
|
|
||||||
if rooms_no > 0:
|
if rooms_no > 0:
|
||||||
dialog = dialogs.ConfirmationDialogCheck(pritext, sectext,
|
dialog = dialogs.ConfirmationDialogCheck(pritext, sectext,
|
||||||
_('Do not ask me again'))
|
_('Do _not ask me again'))
|
||||||
|
|
||||||
if dialog.is_checked():
|
if dialog.is_checked():
|
||||||
gajim.config.set('confirm_close_muc', False)
|
gajim.config.set('confirm_close_muc', False)
|
||||||
|
|
Loading…
Add table
Reference in a new issue