]> git.itanic.dy.fi Git - maemo-mapper/blobdiff - src/cmenu.c
Renamed Map Correction label.
[maemo-mapper] / src / cmenu.c
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);