[Commits] [SCM] claws branch, master, updated. 3.11.1-218-g8e72324
claws at claws-mail.org
claws at claws-mail.org
Thu Jul 16 19:46:54 CEST 2015
The branch, master has been updated
via 8e72324cbcafe6bdbe04edd83dacc4f99636d3e1 (commit)
from 7d58732990e79242f2003aa4a230cdd5144c597c (commit)
Summary of changes:
src/plugins/managesieve/sieve_editor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8e72324cbcafe6bdbe04edd83dacc4f99636d3e1
Author: Paul <paul at claws-mail.org>
Date: Thu Jul 16 18:46:49 2015 +0100
revert the revert
because, as Charles pointed out, this string is already present in
compose.c, therefore, technically, it's not a new string
diff --git a/src/plugins/managesieve/sieve_editor.c b/src/plugins/managesieve/sieve_editor.c
index 7dc9577..a6be14f 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