talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 8e72324cbcafe6bdbe04edd83dacc4f99636d3e1
parent 7d58732990e79242f2003aa4a230cdd5144c597c
Author: Paul <paul@claws-mail.org>
Date:   Thu, 16 Jul 2015 18:46:49 +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

Diffstat:
Msrc/plugins/managesieve/sieve_editor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);