Minimun -> Minimum
Cheers,
--
Morten
:wq
Index: po/it.po
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/po/it.po,v
retrieving revision 1.31
diff -u -r1.31 it.po
--- po/it.po 29 Jan 2006 17:26:54 -0000 1.31
+++ po/it.po 2 Feb 2006 05:59:07 -0000
@@ -1799,7 +1799,7 @@
msgstr "Impostazioni delle dimensioni"
#: src/bin/e_int_config_winlist.c:252
-msgid "Minimun Width"
+msgid "Minimum Width"
msgstr "Larghezza minima"
#: src/bin/e_int_config_winlist.c:254 src/bin/e_int_config_winlist.c:258
@@ -1809,7 +1809,7 @@
msgstr "%4.0f"
#: src/bin/e_int_config_winlist.c:256
-msgid "Minimun Height"
+msgid "Minimum Height"
msgstr "Altezza minima"
#: src/bin/e_int_config_winlist.c:260
Index: po/ja.po
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/po/ja.po,v
retrieving revision 1.16
diff -u -r1.16 ja.po
--- po/ja.po 31 Jan 2006 04:25:55 -0000 1.16
+++ po/ja.po 2 Feb 2006 05:59:08 -0000
@@ -1440,7 +1440,7 @@
msgstr "ã¦ã£ã³ãã¦ãªã¹ãã®å¤§ãã"
#: src/bin/e_int_config_winlist.c:252
-msgid "Minimun Width"
+msgid "Minimum Width"
msgstr "æå°å¹
"
#: src/bin/e_int_config_winlist.c:254 src/bin/e_int_config_winlist.c:258
@@ -1450,7 +1450,7 @@
msgstr ""
#: src/bin/e_int_config_winlist.c:256
-msgid "Minimun Height"
+msgid "Minimum Height"
msgstr "æå°é«"
#: src/bin/e_int_config_winlist.c:260
--- po/nb.po 2006-02-02 06:58:14.569356741 +0100
+++ po/nb.po 2006-02-01 21:48:24.656884906 +0100
@@ -1877,7 +1877,7 @@
msgstr "Størrelsesoppsett"
#: src/bin/e_int_config_winlist.c:252
-msgid "Minimum Width"
+msgid "Minimun Width"
msgstr "Minimal bredde"
#: src/bin/e_int_config_winlist.c:254
@@ -1889,7 +1889,7 @@
msgstr "%4.0f"
#: src/bin/e_int_config_winlist.c:256
-msgid "Minimum Height"
+msgid "Minimun Height"
msgstr "Minimal høyde"
#: src/bin/e_int_config_winlist.c:260
Index: src/bin/e_int_config_winlist.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_winlist.c,v
retrieving revision 1.5
diff -u -r1.5 e_int_config_winlist.c
--- src/bin/e_int_config_winlist.c 22 Jan 2006 14:12:17 -0000 1.5
+++ src/bin/e_int_config_winlist.c 2 Feb 2006 05:59:08 -0000
@@ -249,11 +249,11 @@
e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);
of = e_widget_framelist_add(evas, _("Size Settings"), 0);
- ob = e_widget_label_add(evas, _("Minimun Width"));
+ ob = e_widget_label_add(evas, _("Minimum Width"));
e_widget_framelist_object_append(of, ob);
ob = e_widget_slider_add(evas, 1, 0, _("%4.0f"), 0, 4000, 50, 0, NULL,
&(cfdata->pos_min_w), 200);
e_widget_framelist_object_append(of, ob);
- ob = e_widget_label_add(evas, _("Minimun Height"));
+ ob = e_widget_label_add(evas, _("Minimum Height"));
e_widget_framelist_object_append(of, ob);
ob = e_widget_slider_add(evas, 1, 0, _("%4.0f"), 0, 4000, 50, 0, NULL,
&(cfdata->pos_min_h), 200);
e_widget_framelist_object_append(of, ob);