From 3f63fac7ed64911ebbf946d945a344fbc3d0445f Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Wed, 15 Sep 2010 17:16:27 +0100 Subject: [PATCH] Changed label --- mintmenu.pot | 4 ++-- usr/lib/linuxmint/mintMenu/mintMenuConfig.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mintmenu.pot b/mintmenu.pot index ec2579a..efa61d9 100644 --- a/mintmenu.pot +++ b/mintmenu.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-15 17:10+0100\n" +"POT-Creation-Date: 2010-09-15 17:16+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -155,7 +155,7 @@ msgid "Applications" msgstr "" #: usr/lib/linuxmint/mintMenu/mintMenuConfig.py:68 -msgid "Colors" +msgid "Theme" msgstr "" #: usr/lib/linuxmint/mintMenu/mintMenuConfig.py:69 diff --git a/usr/lib/linuxmint/mintMenu/mintMenuConfig.py b/usr/lib/linuxmint/mintMenu/mintMenuConfig.py index d26ce4d..b977195 100755 --- a/usr/lib/linuxmint/mintMenu/mintMenuConfig.py +++ b/usr/lib/linuxmint/mintMenu/mintMenuConfig.py @@ -65,7 +65,7 @@ class mintMenuConfig( object ): wTree.get_widget("label1").set_text(_("Options")) wTree.get_widget("label23").set_text(_("Applications")) - wTree.get_widget("colorsLabel").set_text(_("Colors")) + wTree.get_widget("colorsLabel").set_text(_("Theme")) wTree.get_widget("favLabel").set_text(_("Favorites")) wTree.get_widget("label3").set_text(_("Main button"))