From b2451e073d94aded67e2298853c2cedd449f4608 Mon Sep 17 00:00:00 2001 From: gnuite Date: Mon, 10 Mar 2008 01:36:04 +0000 Subject: [PATCH] Renamed Map Correction label. git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@162 6c538b50-5814-0410-93ad-8bdf4c0149d1 --- data/help/en_US/maemomapper.xml.in | 8 ++++---- src/cmenu.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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); -- 2.45.0