]> git.itanic.dy.fi Git - maemo-mapper/commitdiff
Renamed Map Correction label.
authorgnuite <gnuite@gmail.com>
Mon, 10 Mar 2008 01:36:04 +0000 (01:36 +0000)
committergnuite <gnuite@gmail.com>
Mon, 10 Mar 2008 01:36:04 +0000 (01:36 +0000)
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
src/cmenu.c

index 8e022da3dc2e5d4dab72c2e3f941ebac82f99e06..f1f0553ee6fc7decbd3197a633af6f4782de3ab0 100644 (file)
           that location. 
         </listitem>
         <listitem>
-          <display_text>Map Correction</display_text> - 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.
+          <display_text>Apply Map Correction</display_text> - 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.
         </listitem>
       </list>
       <note>
index 2ae89adaa3dee795e971b7bf8b663202d052e752..5871d6cb254642699fb678773a3634fdb351d76b 100644 (file)
@@ -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);