commit f0fbc524ae45146e3e258243f5a7c1a9b27a4308
parent b06be7caf149e292fe0b1908a838d7b190d030b8
Author: Paul <paul@claws-mail.org>
Date: Sat, 18 Mar 2017 12:21:14 +0000
improve label text
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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);
}