[Xfce4-commits] <xfce4-weather-plugin:master> Properly capitalize button titles.
Harald Judt
noreply at xfce.org
Mon Jul 16 21:56:01 CEST 2012
Updating branch refs/heads/master
to 2b795df772b2d5f9503d93fe46b6aeb8fd62e171 (commit)
from 8fdc2754188718ac6a483f9251b4e46a6feb4dff (commit)
commit 2b795df772b2d5f9503d93fe46b6aeb8fd62e171
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Jul 16 21:54:08 2012 +0200
Properly capitalize button titles.
panel-plugin/weather-config.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 74cdada..db55b86 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -632,12 +632,12 @@ create_config_dialog (xfceweather_data *data,
gtk_button_set_image (GTK_BUTTON (button_del), image);
gtk_size_group_add_widget (sg_buttons, button_del);
- button_up = gtk_button_new_with_mnemonic (_("Move _up"));
+ button_up = gtk_button_new_with_mnemonic (_("Move _Up"));
image = gtk_image_new_from_stock (GTK_STOCK_GO_UP, GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (button_up), image);
gtk_size_group_add_widget (sg_buttons, button_up);
- button_down = gtk_button_new_with_mnemonic (_("Move d_own"));
+ button_down = gtk_button_new_with_mnemonic (_("Move D_own"));
image = gtk_image_new_from_stock (GTK_STOCK_GO_DOWN, GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (button_down), image);
gtk_size_group_add_widget (sg_buttons, button_down);
More information about the Xfce4-commits
mailing list