[Commits] [SCM] claws branch, master, updated. 3.14.1-232-gf0fbc52
claws at claws-mail.org
claws at claws-mail.org
Sat Mar 18 13:21:20 CET 2017
The branch, master has been updated
via f0fbc524ae45146e3e258243f5a7c1a9b27a4308 (commit)
from b06be7caf149e292fe0b1908a838d7b190d030b8 (commit)
Summary of changes:
src/export.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f0fbc524ae45146e3e258243f5a7c1a9b27a4308
Author: Paul <paul at claws-mail.org>
Date: Sat Mar 18 12:21:14 2017 +0000
improve label text
diff --git a/src/export.c b/src/export.c
index 74e465e..86effc8 100644
--- a/src/export.c
+++ b/src/export.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2017 Hiroyuki Yamamoto and the Claws Mail team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -265,7 +265,7 @@ static void export_srcsel_cb(GtkWidget *widget, gpointer data)
FolderItem *src;
src = foldersel_folder_sel(NULL, FOLDER_SEL_ALL, NULL, FALSE,
- _("Select folder which to export"));
+ _("Select folder to export"));
if (src && src->path)
gtk_entry_set_text(GTK_ENTRY(src_entry), src->path);
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list