reviewed strings: HIG fix, transl comment, improvement on reconnect string
This commit is contained in:
parent
4d420284f1
commit
5f5e54ffac
|
@ -373,7 +373,7 @@ class Connection:
|
|||
_('Such room does not exist.')))
|
||||
elif errcode == '405':
|
||||
self.dispatch('ERROR', (_('Unable to join room'),
|
||||
_('Room creation is restricted,')))
|
||||
_('Room creation is restricted.')))
|
||||
elif errcode == '406':
|
||||
self.dispatch('ERROR', (_('Unable to join room'),
|
||||
_('Your registered nickname must be used.')))
|
||||
|
@ -1311,7 +1311,7 @@ class Connection:
|
|||
self.connected = 0
|
||||
self.dispatch('STATUS', 'offline')
|
||||
self.dispatch('ERROR', (_('Could not connect to "%s"') % self.name,
|
||||
_('Check your connection or try again later')))
|
||||
_('Check your connection or try again later.')))
|
||||
return None
|
||||
|
||||
self.peerhost = con.get_peerhost()
|
||||
|
|
|
@ -1041,7 +1041,7 @@
|
|||
<widget class="GtkCheckButton" id="autoreconnect_checkbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Reconnect automatically</property>
|
||||
<property name="label" translatable="yes">Autoreconnect when connection is lost</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
@ -13003,7 +13003,7 @@ Status message</property>
|
|||
<child>
|
||||
<widget class="GtkLabel" id="advanced_desc_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">(None)</property>
|
||||
<property name="label" translatable="yes" comments="we talk about Description">(None)</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
|
Loading…
Reference in New Issue