[Commits] [SCM] claws branch, master, updated. 3.9.0-189-g235de21

claws at claws-mail.org claws at claws-mail.org
Sun Apr 21 22:08:00 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  235de210f300ee3f5dd4cf1ae8537f1dc46c617d (commit)
      from  d553aefb8c82ef021f540e74aac462c5ee178223 (commit)


- Log -----------------------------------------------------------------
commit 235de210f300ee3f5dd4cf1ae8537f1dc46c617d
Author: Paul <paul at claws-mail.org>
Date:   Sun Apr 21 21:07:51 2013 +0100

    fix errors in strings

diff --git a/src/folderview.c b/src/folderview.c
index 83b01e3..44ec9cf 100644
--- a/src/folderview.c
+++ b/src/folderview.c
@@ -796,7 +796,7 @@ static void mark_all_read_cb(GtkAction *action, gpointer data)
 	&&  prefs_common.ask_mark_all_read) {
 		val = alertpanel_full(_("Mark all as read"),
 			_("Do you really want to mark all mails in this "
-			  "folder as read ?"), GTK_STOCK_NO, GTK_STOCK_YES, NULL,
+			  "folder as read?"), GTK_STOCK_NO, GTK_STOCK_YES, NULL,
 			  TRUE, NULL, ALERT_QUESTION, G_ALERTDEFAULT);
 
 		if ((val & ~G_ALERTDISABLE) != G_ALERTALTERNATE)
diff --git a/src/plugins/att_remover/att_remover.c b/src/plugins/att_remover/att_remover.c
index 518d278..cb5a938 100644
--- a/src/plugins/att_remover/att_remover.c
+++ b/src/plugins/att_remover/att_remover.c
@@ -416,7 +416,7 @@ static void remove_attachments(GSList *msglist)
 	
 	if (alertpanel_full(_("Destroy attachments"),
                   _("Do you really want to remove all attachments from "
-                  "the selected messages ?\n\n"
+                  "the selected messages?\n\n"
 		  "The deleted data will be unrecoverable."), 
 		  GTK_STOCK_CANCEL, GTK_STOCK_DELETE, NULL,
                   FALSE, NULL, ALERT_QUESTION, G_ALERTALTERNATE) != G_ALERTALTERNATE)
diff --git a/src/plugins/vcalendar/vcalendar.c b/src/plugins/vcalendar/vcalendar.c
index 2577408..1362ded 100644
--- a/src/plugins/vcalendar/vcalendar.c
+++ b/src/plugins/vcalendar/vcalendar.c
@@ -1086,7 +1086,7 @@ static gboolean vcalviewer_action_cb(GtkButton *widget, gpointer data)
 	if (!account) {
 		AlertValue val = alertpanel_full(_("No account found"), 
 					_("You have no account matching any attendee.\n"
-					    "Do you want to reply anyway ?"),
+					    "Do you want to reply anyway?"),
 				   	GTK_STOCK_CANCEL, _("+Reply anyway"), NULL, FALSE,
 				   	NULL, ALERT_QUESTION, G_ALERTDEFAULT);
 		if (val == G_ALERTALTERNATE) {		
diff --git a/src/summaryview.c b/src/summaryview.c
index b0f62c1..7aae3e4 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -4112,7 +4112,7 @@ void summary_mark_all_read(SummaryView *summaryview)
 	if (prefs_common.ask_mark_all_read) {
 		val = alertpanel_full(_("Mark all as read"),
 			_("Do you really want to mark all mails in this "
-			  "folder as read ?"), GTK_STOCK_NO, _("Mark all as read"), NULL,
+			  "folder as read?"), GTK_STOCK_NO, _("Mark all as read"), NULL,
 			  TRUE, NULL, ALERT_QUESTION, G_ALERTDEFAULT);
 
 		if ((val & ~G_ALERTDISABLE) != G_ALERTALTERNATE)

-----------------------------------------------------------------------

Summary of changes:
 src/folderview.c                      |    2 +-
 src/plugins/att_remover/att_remover.c |    2 +-
 src/plugins/vcalendar/vcalendar.c     |    2 +-
 src/summaryview.c                     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list