2009-03-09 [paul] 3.7.1cvs8
authorPaul Mangan <paul@claws-mail.org>
Mon, 9 Mar 2009 21:00:07 +0000 (21:00 +0000)
committerPaul Mangan <paul@claws-mail.org>
Mon, 9 Mar 2009 21:00:07 +0000 (21:00 +0000)
* src/prefs_folder_item.c
* src/send_message.c
fixes to english text

ChangeLog
PATCHSETS
configure.ac
src/prefs_folder_item.c
src/send_message.c

index e48dc619af7c420e6b685d208f05fbc7148a31fb..649a3c3eb2212fd2a4b2a95277fe5f4848b736da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-09 [paul]      3.7.1cvs8
+
+       * src/prefs_folder_item.c
+       * src/send_message.c
+               fixes to english text
+
 2009-03-08 [paul]      3.7.1cvs7
 
        * po/ja.po
index 08f7b90e17c8039174cfef70d42b26e8e2ec755b..e602ffc6c4ca6591395ec69fbdc44cbd1db02a55 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.94.2.201 -r 1.94.2.202 src/messageview.c;  ) > 3.7.1cvs5.patchset
 ( cvs diff -u -r 1.100.2.65 -r 1.100.2.66 AUTHORS;  cvs diff -u -r 1.654.2.3813 -r 1.654.2.3814 configure.ac;  cvs diff -u -r 1.16.2.6 -r 1.16.2.7 po/ja.po;  cvs diff -u -r 1.1.2.53 -r 1.1.2.54 src/gtk/authors.h;  cvs diff -u -r 1.1.2.18 -r 1.1.2.19 tools/claws.i18n.status.pl;  ) > 3.7.1cvs6.patchset
 ( cvs diff -u -r 1.16.2.7 -r 1.16.2.8 po/ja.po;  ) > 3.7.1cvs7.patchset
+( cvs diff -u -r 1.52.2.75 -r 1.52.2.76 src/prefs_folder_item.c;  cvs diff -u -r 1.17.2.54 -r 1.17.2.55 src/send_message.c;  ) > 3.7.1cvs8.patchset
index 212ed66076ed89cda4f351680986a6bb179a0d71..956af7f695db4b95337c21da98eb9134453cef2a 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=7
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=7
+EXTRA_VERSION=8
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 66458d2bc0f66bff016a32c39ac5d5cb4adf1edf..a50eecdd89c748962cf4505be24805f2885286bb 100644 (file)
@@ -264,8 +264,8 @@ static void prefs_folder_item_general_create_widget_func(PrefsPage * page_,
        if (!can_save) {
                no_save_warning = gtk_label_new(
                        _("<i>These preferences will not be saved as this folder "
-                       "is a top-level one. However you can use them to set them "
-                       "to the whole mailbox tree using \"Apply to subfolders\".</i>"));
+                       "is a top-level folder. However, you can set them for the "
+                       "whole mailbox tree by using \"Apply to subfolders\".</i>"));
                gtk_label_set_use_markup(GTK_LABEL(no_save_warning), TRUE);
                gtk_label_set_line_wrap(GTK_LABEL(no_save_warning), TRUE);
                gtk_misc_set_alignment(GTK_MISC(no_save_warning), 0.0, 0.5);
@@ -817,8 +817,8 @@ static void prefs_folder_item_compose_create_widget_func(PrefsPage * page_,
        if (!can_save) {
                no_save_warning = gtk_label_new(
                        _("<i>These preferences will not be saved as this folder "
-                       "is a top-level one. However you can use them to set them "
-                       "to the whole mailbox tree using \"Apply to subfolders\".</i>"));
+                       "is a top-level folder. However, you can set them for the "
+                       "whole mailbox tree by using \"Apply to subfolders\".</i>));
                gtk_label_set_use_markup(GTK_LABEL(no_save_warning), TRUE);
                gtk_label_set_line_wrap(GTK_LABEL(no_save_warning), TRUE);
                gtk_misc_set_alignment(GTK_MISC(no_save_warning), 0.0, 0.5);
@@ -1329,8 +1329,8 @@ static void prefs_folder_item_templates_create_widget_func(PrefsPage * page_,
        if (!can_save) {
                no_save_warning = gtk_label_new(
                        _("<i>These preferences will not be saved as this folder "
-                       "is a top-level one. However you can use them to set them "
-                       "to the whole mailbox tree using \"Apply to subfolders\".</i>"));
+                       "is a top-level folder. However, you can set them for the "
+                       "whole mailbox tree by using \"Apply to subfolders\".</i>"));
                gtk_label_set_use_markup(GTK_LABEL(no_save_warning), TRUE);
                gtk_label_set_line_wrap(GTK_LABEL(no_save_warning), TRUE);
                gtk_misc_set_alignment(GTK_MISC(no_save_warning), 0.0, 0.5);
index cce79ad326aae846e1b69c794c8c869d2648184c..cc20fc6e5f6ba25b8942411e5bfb4543e4d24afe 100644 (file)
@@ -638,7 +638,7 @@ static void send_put_error(Session *session)
                case SESSION_TIMEOUT:
                        log_msg = _("Session timed out. You may be able to "
                                    "recover by increasing the timeout value in "
-                                   "Preferences/Other.");
+                                   "Preferences/Other/Miscellaneous.");
                        err_msg = g_strdup(log_msg);
                        break;
                default: