[Commits] [SCM] claws branch, master, updated. 3.11.1-215-g65f1e6e
claws at claws-mail.org
claws at claws-mail.org
Thu Jul 16 13:53:28 CEST 2015
The branch, master has been updated
via 65f1e6e443997d3b1345f4707d2daa51703d1bf5 (commit)
from 988ae8b83fbba2968b327a57baa148113ba69233 (commit)
Summary of changes:
src/plugins/managesieve/sieve_editor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 65f1e6e443997d3b1345f4707d2daa51703d1bf5
Author: Paul <paul at claws-mail.org>
Date: Thu Jul 16 12:53:23 2015 +0100
revert, it's string-freeze right now
diff --git a/src/plugins/managesieve/sieve_editor.c b/src/plugins/managesieve/sieve_editor.c
index a6be14f..332ca9f 100644
--- a/src/plugins/managesieve/sieve_editor.c
+++ b/src/plugins/managesieve/sieve_editor.c
@@ -664,7 +664,7 @@ static void sieve_editor_set_modified(SieveEditorPage *page,
modified);
title = g_strdup_printf(_("%s - Sieve Filter%s"), page->script_name,
- modified ? _(" [Edited]") : "");
+ modified ? " [Edited]") : "");
gtk_window_set_title (GTK_WINDOW (page->window), title);
g_free(title);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list