aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 3818ff7c..dfe126f2 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -3789,7 +3789,8 @@ static void goto_folder_cb(MainWindow *mainwin, guint action,
{
FolderItem *to_folder;
- to_folder = foldersel_folder_sel(NULL, FOLDER_SEL_ALL, NULL);
+ to_folder = foldersel_folder_sel_full(NULL, FOLDER_SEL_ALL, NULL,
+ _("Select folder to open"));
if (to_folder)
folderview_select(mainwin->folderview, to_folder);