Skip to content
Snippets Groups Projects
Commit 6071c5d3 authored by Harald Judt's avatar Harald Judt Committed by Eric Koegel
Browse files

Battery plugin: Rename Preferences to Power manager


This makes it really obvious what the menu entry does.

Signed-off-by: default avatarEric Koegel <eric.koegel@gmail.com>
parent 914379eb
No related branches found
No related tags found
No related merge requests found
...@@ -678,8 +678,8 @@ battery_button_show_menu (BatteryButton *button) ...@@ -678,8 +678,8 @@ battery_button_show_menu (BatteryButton *button)
"/xfce4-power-manager/presentation-mode", "/xfce4-power-manager/presentation-mode",
G_TYPE_BOOLEAN, G_OBJECT(mi), "active"); G_TYPE_BOOLEAN, G_OBJECT(mi), "active");
/* Preferences option */ /* Power manager settings */
mi = gtk_menu_item_new_with_mnemonic (_("_Preferences...")); mi = gtk_menu_item_new_with_mnemonic (_("_Power manager..."));
gtk_widget_show(mi); gtk_widget_show(mi);
gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi); gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
g_signal_connect(G_OBJECT(mi), "activate", G_CALLBACK(xfpm_preferences), NULL); g_signal_connect(G_OBJECT(mi), "activate", G_CALLBACK(xfpm_preferences), NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment