Hi.. the current wording in the menu is a bit unfortunate..
for many people (me included) a 12-hour clock is not considered "normal"

this patch rewords it, and adds the Norwegian translation..

Cheers,
--
Morten
Index: src/modules/clock/e_mod_main.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/clock/e_mod_main.c,v
retrieving revision 1.39
diff -u -r1.39 e_mod_main.c
--- src/modules/clock/e_mod_main.c      24 Sep 2005 13:42:05 -0000      1.39
+++ src/modules/clock/e_mod_main.c      6 Dec 2005 12:15:38 -0000
@@ -346,7 +346,7 @@
 
    /* Show normal time */
    mi = e_menu_item_new(smn);
-   e_menu_item_label_set(mi, _("Normal"));
+   e_menu_item_label_set(mi, _("12 Hour"));
    e_menu_item_radio_set(mi, 1);
    e_menu_item_radio_group_set(mi, 1);
    if (face->conf->digitalStyle == DIGITAL_STYLE_NORMAL) {
Index: po/nb.po
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/po/nb.po,v
retrieving revision 1.1
diff -u -r1.1 nb.po
--- po/nb.po    15 Oct 2005 05:50:16 -0000      1.1
+++ po/nb.po    6 Dec 2005 12:15:38 -0000
@@ -195,8 +195,8 @@
 
 #: src/bin/e_border.c:6285 src/modules/clock/e_mod_main.c:349
 #: src/modules/pager/e_mod_main.c:458
-msgid "Normal"
-msgstr "Normal"
+msgid "12 Hour"
+msgstr "12-timers"
 
 #: src/bin/e_border.c:6295
 msgid "Always Below"
@@ -956,7 +956,7 @@
 
 #: src/modules/clock/e_mod_main.c:360
 msgid "24 Hour"
-msgstr "24 timer"
+msgstr "24-timers"
 
 #: src/modules/clock/e_mod_main.c:372
 msgid "Digital Display"

Reply via email to