summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
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",