From 9b949cb0998ee288dbb8561919e85800cec7cc53 Mon Sep 17 00:00:00 2001 From: tamplan <50292710+tamplan@users.noreply.github.com> Date: Fri, 10 May 2019 21:06:50 +0200 Subject: Update ui.h Remove hard-coded 'Back' label button --- src/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.h b/src/ui.h index aab5adf..6693f97 100644 --- a/src/ui.h +++ b/src/ui.h @@ -193,7 +193,7 @@ static GtkActionEntry action_entries[] = { G_CALLBACK (activate_action_open_folder_from_sidebar) }, { "GoBack", "go-previous", - "Back", NULL, + NULL, NULL, N_("Go to the previous visited location"), G_CALLBACK (activate_action_go_back) }, { "GoForward", "go-next", -- cgit v1.2.1