[swiftsieve] [PATCH] Fix a typo (missing comma) in one of the messages.

Vsevolod Kozlov zaba at thorium.homeunix.org
Fri Feb 27 18:38:16 UTC 2009


---
 locale/de/LC_MESSAGES/swiftsieve.po |    2 +-
 locale/en/LC_MESSAGES/swiftsieve.po |    4 ++--
 templates/script                    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/locale/de/LC_MESSAGES/swiftsieve.po b/locale/de/LC_MESSAGES/swiftsieve.po
index c2ecff6..93461a3 100644
--- a/locale/de/LC_MESSAGES/swiftsieve.po
+++ b/locale/de/LC_MESSAGES/swiftsieve.po
@@ -127,7 +127,7 @@ msgid "Size"
 msgstr "Größe"
 
 #: templates/script:109
-msgid "Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes megabytes and gigabytes"
+msgid "Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes, megabytes and gigabytes"
 msgstr "Größenangaben sind Ganzzahlen. Die üblichen Suffixe K, M und G können für Kilobyte, Megabyte und Gigabyte benutzt werden."
 
 #: templates/script:34
diff --git a/locale/en/LC_MESSAGES/swiftsieve.po b/locale/en/LC_MESSAGES/swiftsieve.po
index b5145ef..1c7fbb8 100644
--- a/locale/en/LC_MESSAGES/swiftsieve.po
+++ b/locale/en/LC_MESSAGES/swiftsieve.po
@@ -127,8 +127,8 @@ msgid "Size"
 msgstr "Size"
 
 #: templates/script:109
-msgid "Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes megabytes and gigabytes"
-msgstr "Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes megabytes and gigabytes"
+msgid "Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes, megabytes and gigabytes"
+msgstr "Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes, megabytes and gigabytes"
 
 #: templates/script:34
 msgid "Subject"
diff --git a/templates/script b/templates/script
index 2cdc0fb..aeb9b70 100644
--- a/templates/script
+++ b/templates/script
@@ -106,7 +106,7 @@ function addCondition(idx, field, operator, value) {
         switch(widget_operator.getValue()) {
             case 'under':
             case 'over':
-                conditionHelp(elem_help, "[% l("Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes megabytes and gigabytes") | js %]");
+                conditionHelp(elem_help, "[% l("Sizes are integer numbers. The usual suffixes K, M and G can be used for kilobytes, megabytes and gigabytes") | js %]");
                 break;
             case 'matches':
                 conditionHelp(elem_help, "[% l("These patterns can include wildcards. ? means any one character, while * stands for any characters, even none. For example, 'Important*' would match on 'Important message'") | js %]");
-- 
1.6.0.6




More information about the Swiftsieve-devel mailing list