From: gnuite Date: Mon, 10 Mar 2008 01:36:04 +0000 (+0000) Subject: Renamed Map Correction label. X-Git-Tag: fremantle/3.0+alpha0~172 X-Git-Url: http://git.itanic.dy.fi/?p=maemo-mapper;a=commitdiff_plain;h=b2451e073d94aded67e2298853c2cedd449f4608 Renamed Map Correction label. git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@162 6c538b50-5814-0410-93ad-8bdf4c0149d1 --- diff --git a/data/help/en_US/maemomapper.xml.in b/data/help/en_US/maemomapper.xml.in index 8e022da..f1f0553 100644 --- a/data/help/en_US/maemomapper.xml.in +++ b/data/help/en_US/maemomapper.xml.in @@ -575,10 +575,10 @@ that location. - Map Correction - Enables and disables - map correction. When enabling map correction, the tap point is - used as the correction reference point. See the note below for - more details. + Apply Map Correction - Enables and + disables the application of map correction. When enabling map + correction, the tap point is used as the correction reference point. + See the note below for more details. diff --git a/src/cmenu.c b/src/cmenu.c index 2ae89ad..5871d6c 100644 --- a/src/cmenu.c +++ b/src/cmenu.c @@ -659,7 +659,7 @@ void cmenu_init() = gtk_menu_item_new_with_label(_("Set as GPS Location"))); gtk_menu_append(submenu, _cmenu_loc_apply_correction_item = gtk_check_menu_item_new_with_label( - _("Map Correction"))); + _("Apply Map Correction"))); gtk_check_menu_item_set_active( GTK_CHECK_MENU_ITEM(_cmenu_loc_apply_correction_item), _map_correction_unitx != 0 || _map_correction_unity != 0);