- Timestamp:
- 01/06/07 12:00:50 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/data/glade/account_modification_window.glade
r7170 r7787 36 36 <widget class="GtkLabel" id="name_label"> 37 37 <property name="visible">True</property> 38 <property name="label" translatable="yes">_Name: </property>38 <property name="label" translatable="yes">_Name:</property> 39 39 <property name="use_underline">True</property> 40 40 <property name="use_markup">False</property> … … 235 235 <widget class="GtkLabel" id="label11"> 236 236 <property name="visible">True</property> 237 <property name="label" translatable="yes">Resour_ce: </property>237 <property name="label" translatable="yes">Resour_ce:</property> 238 238 <property name="use_underline">True</property> 239 239 <property name="use_markup">False</property> … … 441 441 <property name="visible">True</property> 442 442 <property name="can_focus">True</property> 443 <property name="label" translatable="yes">Auto reconnect when connection is lost</property>443 <property name="label" translatable="yes">Auto-reconnect when connection is lost</property> 444 444 <property name="use_underline">True</property> 445 445 <property name="relief">GTK_RELIEF_NORMAL</property> … … 671 671 <widget class="GtkCheckButton" id="send_keepalive_checkbutton"> 672 672 <property name="visible">True</property> 673 <property name="tooltip" translatable="yes">If checked, Gajim will send keep-alive packets so it preventsconnection timeout which results in disconnection</property>673 <property name="tooltip" translatable="yes">If checked, Gajim will send keep-alive packets to prevent connection timeout which results in disconnection</property> 674 674 <property name="can_focus">True</property> 675 675 <property name="label" translatable="yes">Send keep-alive packets</property>
