From 672d4a548c90bde7badbab030c95a17d6a52d6af Mon Sep 17 00:00:00 2001 From: gnuite Date: Sat, 12 Jan 2008 22:56:59 +0000 Subject: [PATCH] Fixed missing PO strings (closes #1717). git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@147 6c538b50-5814-0410-93ad-8bdf4c0149d1 --- src/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.c b/src/main.c index efeed6e..59b653f 100644 --- a/src/main.c +++ b/src/main.c @@ -222,11 +222,11 @@ maemo_mapper_init(gint argc, gchar **argv) ROTATE_DIR_ENUM_TEXT[ROTATE_DIR_DOWN] = _("Down"); ROTATE_DIR_ENUM_TEXT[ROTATE_DIR_LEFT] = _("Left"); - UNBLANK_ENUM_TEXT[UNBLANK_WITH_GPS] = "When Receiving Any GPS Data"; - UNBLANK_ENUM_TEXT[UNBLANK_WHEN_MOVING] = "When Moving"; - UNBLANK_ENUM_TEXT[UNBLANK_FULLSCREEN] = "When Moving (Full Screen Only)"; - UNBLANK_ENUM_TEXT[UNBLANK_WAYPOINT] = "When Approaching a Waypoint"; - UNBLANK_ENUM_TEXT[UNBLANK_NEVER] = "Never"; + UNBLANK_ENUM_TEXT[UNBLANK_WITH_GPS] = _("When Receiving Any GPS Data"); + UNBLANK_ENUM_TEXT[UNBLANK_WHEN_MOVING] = _("When Moving"); + UNBLANK_ENUM_TEXT[UNBLANK_FULLSCREEN] = _("When Moving (Full Screen Only)"); + UNBLANK_ENUM_TEXT[UNBLANK_WAYPOINT] = _("When Approaching a Waypoint"); + UNBLANK_ENUM_TEXT[UNBLANK_NEVER] = _("Never"); INFO_FONT_ENUM_TEXT[INFO_FONT_XXSMALL] = "xx-small"; INFO_FONT_ENUM_TEXT[INFO_FONT_XSMALL] = "x-small"; -- 2.44.0