[Xfce4-commits] <xfce4-weather-plugin:master> Config dialog: Fix duplicate mnemonic for altitude.

Harald Judt noreply at xfce.org
Tue Jan 22 13:40:01 CET 2013


Updating branch refs/heads/master
         to 39a968167d81c2620c04a5ec0782988ceea400e5 (commit)
       from 40320b379cc071fcd52dd7a0f05ea58b12b5376f (commit)

commit 39a968167d81c2620c04a5ec0782988ceea400e5
Author: Harald Judt <h.judt at gmx.at>
Date:   Tue Jan 22 12:46:25 2013 +0100

    Config dialog: Fix duplicate mnemonic for altitude.

 panel-plugin/weather-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 3325585..3a8c209 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -527,7 +527,7 @@ create_location_page(xfceweather_dialog *dialog)
 
     /* altitude */
     hbox = gtk_hbox_new(FALSE, BORDER);
-    ADD_LABEL(_("_Altitude:"), sg_label);
+    ADD_LABEL(_("Altitu_de:"), sg_label);
     ADD_SPIN(dialog->spin_alt, -420, 10000, 1, dialog->pd->msl, 0, sg_spin);
     SET_TOOLTIP
         (dialog->spin_alt,


More information about the Xfce4-commits mailing list