remove "..." from Find keyboard shortcut

master-1.22
monsta 2018-01-13 21:36:59 +03:00
parent 30ce4834e8
commit 76019bf6d9
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ static KeyEntry view_entries[] =
static KeyEntry search_entries[] =
{
{
N_("Find..."),
N_("Find"),
KEY_SEARCH_FIND, ACCEL_PATH_SEARCH_FIND, GDK_SHIFT_MASK | GDK_CONTROL_MASK, GDK_KEY_f, NULL, FALSE, TRUE
},
{