[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix an untranslatable string in battery-indicator-plugin

noreply at xfce.org noreply at xfce.org
Wed May 28 15:24:43 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 092a3ef69fb9cc4f955db601658efba048cb7c6d
Author: Masato Hashimoto <cabezon.hashimoto at gmail.com>
Date:   Wed May 28 16:21:14 2014 +0300

    Fix an untranslatable string in battery-indicator-plugin
---
 panel-plugins/battery/battery-button.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugins/battery/battery-button.c b/panel-plugins/battery/battery-button.c
index 9414476..894f4ed 100644
--- a/panel-plugins/battery/battery-button.c
+++ b/panel-plugins/battery/battery-button.c
@@ -672,7 +672,7 @@ battery_button_show_menu (BatteryButton *button)
                            G_TYPE_BOOLEAN, G_OBJECT(mi), "active");
 
     /* Preferences option */
-    mi = gtk_menu_item_new_with_mnemonic ("_Preferences...");
+    mi = gtk_menu_item_new_with_mnemonic (_("_Preferences..."));
     gtk_widget_show(mi);
     gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
     g_signal_connect(G_OBJECT(mi), "activate", G_CALLBACK(xfpm_preferences), NULL);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list