[Goodies-commits] r3719 - in xfce4-smartpm-plugin/trunk: po src

Anders F Bjorklund afb at xfce.org
Sun Dec 16 22:24:14 CET 2007


Author: afb
Date: 2007-12-16 21:24:14 +0000 (Sun, 16 Dec 2007)
New Revision: 3719

Modified:
   xfce4-smartpm-plugin/trunk/po/fr.po
   xfce4-smartpm-plugin/trunk/po/lv.po
   xfce4-smartpm-plugin/trunk/po/pt_BR.po
   xfce4-smartpm-plugin/trunk/po/sv.po
   xfce4-smartpm-plugin/trunk/po/ur.po
   xfce4-smartpm-plugin/trunk/po/xfce4-smartpm-plugin.pot
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
change menu item name, for consistency

Modified: xfce4-smartpm-plugin/trunk/po/fr.po
===================================================================
--- xfce4-smartpm-plugin/trunk/po/fr.po	2007-12-16 17:14:44 UTC (rev 3718)
+++ xfce4-smartpm-plugin/trunk/po/fr.po	2007-12-16 21:24:14 UTC (rev 3719)
@@ -162,8 +162,8 @@
 msgstr "APT+Synaptic"
 
 #: ../src/xfcesmart.c:1439
-msgid "slapt/gslapt"
-msgstr "slapt/gslapt"
+msgid "slapt+gslapt"
+msgstr "slapt+gslapt"
 
 #: ../src/xfcesmart.c:1446
 #, fuzzy

Modified: xfce4-smartpm-plugin/trunk/po/lv.po
===================================================================
--- xfce4-smartpm-plugin/trunk/po/lv.po	2007-12-16 17:14:44 UTC (rev 3718)
+++ xfce4-smartpm-plugin/trunk/po/lv.po	2007-12-16 21:24:14 UTC (rev 3719)
@@ -156,8 +156,8 @@
 msgstr "APT+Synaptic"
 
 #: ../src/xfcesmart.c:1439
-msgid "slapt/gslapt"
-msgstr "slapt/gslapt"
+msgid "slapt+gslapt"
+msgstr "slapt+gslapt"
 
 #: ../src/xfcesmart.c:1446
 msgid "Show application icon for package manager"

Modified: xfce4-smartpm-plugin/trunk/po/pt_BR.po
===================================================================
--- xfce4-smartpm-plugin/trunk/po/pt_BR.po	2007-12-16 17:14:44 UTC (rev 3718)
+++ xfce4-smartpm-plugin/trunk/po/pt_BR.po	2007-12-16 21:24:14 UTC (rev 3719)
@@ -157,8 +157,8 @@
 msgstr "APT+Synaptic"
 
 #: ../src/xfcesmart.c:1439
-msgid "slapt/gslapt"
-msgstr "slapt/gslapt"
+msgid "slapt+gslapt"
+msgstr "slapt+gslapt"
 
 #: ../src/xfcesmart.c:1446
 msgid "Show application icon for package manager"

Modified: xfce4-smartpm-plugin/trunk/po/sv.po
===================================================================
--- xfce4-smartpm-plugin/trunk/po/sv.po	2007-12-16 17:14:44 UTC (rev 3718)
+++ xfce4-smartpm-plugin/trunk/po/sv.po	2007-12-16 21:24:14 UTC (rev 3719)
@@ -156,8 +156,8 @@
 msgstr "APT+Synaptic"
 
 #: ../src/xfcesmart.c:1439
-msgid "slapt/gslapt"
-msgstr "slapt/gslapt"
+msgid "slapt+gslapt"
+msgstr "slapt+gslapt"
 
 #: ../src/xfcesmart.c:1446
 msgid "Show application icon for package manager"

Modified: xfce4-smartpm-plugin/trunk/po/ur.po
===================================================================
--- xfce4-smartpm-plugin/trunk/po/ur.po	2007-12-16 17:14:44 UTC (rev 3718)
+++ xfce4-smartpm-plugin/trunk/po/ur.po	2007-12-16 21:24:14 UTC (rev 3719)
@@ -163,7 +163,7 @@
 msgstr ""
 
 #: ../src/xfcesmart.c:1439
-msgid "slapt/gslapt"
+msgid "slapt+gslapt"
 msgstr ""
 
 #: ../src/xfcesmart.c:1446

Modified: xfce4-smartpm-plugin/trunk/po/xfce4-smartpm-plugin.pot
===================================================================
--- xfce4-smartpm-plugin/trunk/po/xfce4-smartpm-plugin.pot	2007-12-16 17:14:44 UTC (rev 3718)
+++ xfce4-smartpm-plugin/trunk/po/xfce4-smartpm-plugin.pot	2007-12-16 21:24:14 UTC (rev 3719)
@@ -157,7 +157,7 @@
 msgstr ""
 
 #: ../src/xfcesmart.c:1439
-msgid "slapt/gslapt"
+msgid "slapt+gslapt"
 msgstr ""
 
 #: ../src/xfcesmart.c:1446

Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-12-16 17:14:44 UTC (rev 3718)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-12-16 21:24:14 UTC (rev 3719)
@@ -1436,7 +1436,7 @@
   gtk_combo_box_append_text (GTK_COMBO_BOX(combo), _("Smart"));
   gtk_combo_box_append_text (GTK_COMBO_BOX(combo), _("Yum+Extender"));
   gtk_combo_box_append_text (GTK_COMBO_BOX(combo), _("APT+Synaptic"));
-  gtk_combo_box_append_text (GTK_COMBO_BOX(combo), _("slapt/gslapt"));
+  gtk_combo_box_append_text (GTK_COMBO_BOX(combo), _("slapt+gslapt"));
   gtk_combo_box_set_active (GTK_COMBO_BOX(combo), smart->package_manager);
   gtk_widget_show (combo);
   g_signal_connect (G_OBJECT(combo),"changed", G_CALLBACK(smart_combobox_changed_cb), smart);




More information about the Goodies-commits mailing list