filebrowser: "Rename" menu entry should have an ellipsis

This commit is contained in:
JosephMcc 2017-02-13 20:00:13 -08:00
parent 14cc619751
commit 80509d36a3
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ static const GtkActionEntry tree_actions_single_most_selection[] =
static const GtkActionEntry tree_actions_single_selection[] =
{
{"FileRename", NULL, N_("_Rename"), NULL,
{"FileRename", NULL, N_("_Rename..."), NULL,
N_("Rename selected file or folder"), G_CALLBACK (on_action_file_rename)}
};