fix english ;)
authorColin Leroy <colin@colino.net>
Wed, 11 Dec 2002 10:20:40 +0000 (10:20 +0000)
committerColin Leroy <colin@colino.net>
Wed, 11 Dec 2002 10:20:40 +0000 (10:20 +0000)
ChangeLog.claws
configure.in
src/prefs_filtering.c
src/prefs_matcher.c
src/prefs_scoring.c

index 54239b27c25252d1dd1e52aa5710fc22a1421559..7dded1ba8393a7faa461b8781c2f1d2bd993739f 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-11 [colin]       0.8.6claws100
+        * src/prefs_filtering.c
+        * src/prefs_matcher.c
+        * src/prefs_scoring.c
+               Fix english ;)
+
 2002-12-11 [colin]       0.8.6claws99
 
        * src/prefs_common.[ch]
index 05ff73e418826490f5c192ee05e229a3c0de7f63..c43898c422df4c72c4ab222e6dd85d6d97e5a202 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws99
+EXTRA_VERSION=claws100
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index f68bfa74912f8d195f676336cd648e2ac0f934f7..61848d0432e4e1dbdce2b8222203cdef70573f53 100644 (file)
@@ -1436,7 +1436,7 @@ static void prefs_filtering_ok(void)
                }
                if (strcmp(filtering_str, str) != 0) {
                         val = alertpanel(_("Entry not registered"),
-                                        _("The entry was not registered\nAre you really finish?"),
+                                        _("The entry was not registered\nAre you really finished?"),
                                         _("Yes"), _("No"), NULL);
                         if (G_ALERTDEFAULT != val) {
                                g_free(str);
index 251f241b97140486b24057e53f6e0da4653d7631..967c3c8db6aefa7876a49471b0b85771d94f7cc0 100644 (file)
@@ -1406,7 +1406,7 @@ static void prefs_matcher_ok(void)
                                }
                                if (strcmp(matcher_str, str) != 0) {
                                        val = alertpanel(_("Entry not registered"),
-                                                _("The entry was not registered\nAre you really finish?"),
+                                                _("The entry was not registered\nAre you really finished?"),
                                                 _("Yes"), _("No"), NULL);
                                        if (G_ALERTDEFAULT != val) {
                                                g_free(str);
index 029902f70f8f632b68e94d8374d6984da9858882..97e396c13bfc8245819f296328f3c6e0730b5f6f 100644 (file)
@@ -765,7 +765,7 @@ static void prefs_scoring_ok(void)
                }
                 if (strcmp(scoring_str, str) != 0) {
                         val = alertpanel(_("Entry not registered"),
-                                 _("The entry was not registered\nAre you really finish?"),
+                                 _("The entry was not registered\nAre you really finished?"),
                                  _("Yes"), _("No"), NULL);
                         if (G_ALERTDEFAULT != val) {
                                 g_free(str);