fix some strings

This commit is contained in:
Yann Leboulanger 2008-03-11 16:50:35 +00:00
parent d17b5b7bad
commit 64c2fb1667
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@
<widget class="GtkCheckButton" id="sort_by_show_checkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">If checked, Gajim will sort contacts in roster window and groupcahts by their status and not by the shown name</property>
<property name="tooltip" translatable="yes">If checked, Gajim will sort contacts in roster window and groupchats by their status and not by the shown name</property>
<property name="label" translatable="yes">_Sort contacts by status</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>

View file

@ -1377,7 +1377,7 @@ class Interface:
win.remove_tab(ctrl, 3)
dlg = dialogs.InputDialog(_('Password Required'),
_('A Password is required to join the room %s. Please type it') % \
_('A Password is required to join the room %s. Please type it.') % \
room_jid, is_modal=False, ok_handler=on_ok, cancel_handler=on_cancel)
dlg.input_entry.set_visibility(False)