X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fimport.c;h=b573bb1d1211a5c9e414d5613bd56b06195086f3;hp=a0e513f2a079ee02e10f3e1e9a08bc4941095978;hb=bd8213fe3d3ca5da043992520e96f07aacd0d443;hpb=e420063586f5117a00c3460ed074e34c95709ff9 diff --git a/src/import.c b/src/import.c index a0e513f2a..b573bb1d1 100644 --- a/src/import.c +++ b/src/import.c @@ -268,7 +268,8 @@ static void import_destsel_cb(GtkWidget *widget, gpointer data) FolderItem *dest; gchar *path; - dest = foldersel_folder_sel(NULL, FOLDER_SEL_COPY, NULL, FALSE); + dest = foldersel_folder_sel(NULL, FOLDER_SEL_COPY, NULL, FALSE, + _("Select folder to import to")); if (!dest) return; path = folder_item_get_identifier(dest);