diff options
author | tamplan <[email protected]> | 2019-05-10 21:06:50 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-05-15 04:52:42 +0000 |
commit | 9b949cb0998ee288dbb8561919e85800cec7cc53 (patch) | |
tree | f14ae9962c7738394fd723860f0acf6564c107d4 /src/ui.h | |
parent | f71171331d5ea659cfcdd9185b01802f88f0c6ed (diff) | |
download | engrampa-9b949cb0998ee288dbb8561919e85800cec7cc53.tar.bz2 engrampa-9b949cb0998ee288dbb8561919e85800cec7cc53.tar.xz |
Update ui.h
Remove hard-coded 'Back' label button
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |