2005-07-15 [paul] 1.9.12cvs55
authorPaul Mangan <paul@claws-mail.org>
Fri, 15 Jul 2005 07:54:30 +0000 (07:54 +0000)
committerPaul Mangan <paul@claws-mail.org>
Fri, 15 Jul 2005 07:54:30 +0000 (07:54 +0000)
* src/prefs_spelling.c
* src/prefs_wrapping.c
unify English usage

ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/prefs_spelling.c
src/prefs_wrapping.c

index 8b6b3dc17716653102f16a1a7bbdc0d1d2109682..acc1d7333b3f95d086ab88b08197ef63d3d27e29 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-15 [paul]      1.9.12cvs55
+
+       * src/prefs_spelling.c
+       * src/prefs_wrapping.c
+               unify English usage
+
 2005-07-15 [colin]     1.9.12cvs54
 
        * src/wizard.c
index f9139cf45058c8530533b52cf1741956c04e60ee..d882f591324e44a6728de8ac036a36a8205d1583 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.5.2.1 -r 1.5.2.2 src/plugins/spamassassin/Makefile.am;  cvs diff -u -r 1.4.2.1 -r 1.4.2.2 src/plugins/clamav/Makefile.am;  ) > 1.9.12cvs52.patchset
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/prefs_message.c;  ) > 1.9.12cvs53.patchset
 ( cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/wizard.c;  ) > 1.9.12cvs54.patchset
+( cvs diff -u -r 1.5.2.8 -r 1.5.2.9 src/prefs_spelling.c;  cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/prefs_wrapping.c;  ) > 1.9.12cvs55.patchset
index fdb9eb66330c4fbf5cdda37fd1251faaee3ddc6d..3fa4218ca2b607b717ecbd6bc74fdb0b992ea0d5 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=54
+EXTRA_VERSION=55
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index b460008af6630df54980796f15830cd037ca7078..05d3a97a64776fa61665b30f22c8538951d2ca9f 100644 (file)
@@ -359,7 +359,7 @@ void prefs_spelling_init(void)
        static gchar *path[3];
 
        path[0] = _("Compose");
-       path[1] = _("Spell Checker");
+       path[1] = _("Spell Checking");
        path[2] = NULL;
 
        page = g_new0(SpellingPage, 1);
index 3ef5026fd401d0bd8fe4ccd0905406632760daae..661928621750a9d161cc6212364dafd8af3213dc 100644 (file)
@@ -153,7 +153,7 @@ void prefs_wrapping_init(void)
        static gchar *path[3];
 
        path[0] = _("Compose");
-       path[1] = _("Message Wrapping");
+       path[1] = _("Wrapping");
        path[2] = NULL;
 
        page = g_new0(WrappingPage, 1);