From 21ad507d39a64557fb9baffe0aea253fe9c7e43e Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 19 Aug 2005 11:31:34 +0000 Subject: [PATCH] fix bad strings --- src/gajim_themes_window.py | 4 ++-- src/gtkgui.glade | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py index fe8c30b06..78fc12cd5 100644 --- a/src/gajim_themes_window.py +++ b/src/gajim_themes_window.py @@ -122,9 +122,9 @@ class GajimThemesWindow: model = self.themes_tree.get_model() iter = model.append() i = 0 - while _('theme_name') + str(i) in gajim.config.get_per('themes'): + while _('theme name') + str(i) in gajim.config.get_per('themes'): i += 1 - model.set_value(iter, 0, _('theme_name') + str(i)) + model.set_value(iter, 0, _('theme name') + str(i)) gajim.config.add_per('themes', _('theme_name') + str(i)) self.plugin.windows['preferences'].update_preferences_window() diff --git a/src/gtkgui.glade b/src/gtkgui.glade index c1153f76c..39df11b47 100644 --- a/src/gtkgui.glade +++ b/src/gtkgui.glade @@ -13292,7 +13292,7 @@ the Jabber network. True - Click to see features like on jabber servers + Click to see features (like MSN, ICQ transports) of jabber servers True Servers Features True @@ -14041,7 +14041,7 @@ the Jabber network. True - If checked, Gajim will join this groupchat on startup + If checked, Gajim will join this group chat on startup True Auto join True @@ -17606,8 +17606,8 @@ Maybe I'll refactor later GTK_RELIEF_NORMAL True - Stop file transfer - Stops the selected file transfer. If there is an incomplete file, kept in the file system it will be removed. This operation is not reversable. + Cancel file transfer + Cancels the selected file transfer. If there is an incomplete file, kept in the file system it will be removed. This operation is not reversable @@ -17649,7 +17649,7 @@ Maybe I'll refactor later False True - When a file transfer is complete show a popup notification + When a file transfer is complete show a popup notification