From 7ce4193d0414a8950342603c3bb4b6dfff223e4e Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 6 May 2018 19:54:36 +0100 Subject: [PATCH] Rename menu item "Thumbnail maintenance" to "Cache maintenance" --- doc/docbook/GuideMainWindowMenus.xml | 2 +- src/layout_util.c | 2 +- src/toolbar.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/docbook/GuideMainWindowMenus.xml b/doc/docbook/GuideMainWindowMenus.xml index c60a81bc..24c22d12 100644 --- a/doc/docbook/GuideMainWindowMenus.xml +++ b/doc/docbook/GuideMainWindowMenus.xml @@ -895,7 +895,7 @@ - Thumbnail maintenance + Cache maintenance diff --git a/src/layout_util.c b/src/layout_util.c index ea6396a2..9f0c68e1 100644 --- a/src/layout_util.c +++ b/src/layout_util.c @@ -1836,7 +1836,7 @@ static GtkActionEntry menu_entries[] = { { "Preferences", GTK_STOCK_PREFERENCES, N_("P_references..."), "O", N_("Preferences..."), CB(layout_menu_config_cb) }, { "Plugins", GTK_STOCK_PREFERENCES, N_("Configure _Plugins..."), NULL, N_("Configure Plugins..."), CB(layout_menu_editors_cb) }, { "LayoutConfig", GTK_STOCK_PREFERENCES, N_("_Configure this window..."), NULL, N_("Configure this window..."), CB(layout_menu_layout_config_cb) }, - { "Maintenance", GTK_STOCK_FILE, N_("_Thumbnail maintenance..."), NULL, N_("Thumbnail maintenance..."), CB(layout_menu_remove_thumb_cb) }, + { "Maintenance", GTK_STOCK_FILE, N_("_Cache maintenance..."), NULL, N_("Cache maintenance..."), CB(layout_menu_remove_thumb_cb) }, { "Wallpaper", NULL, N_("Set as _wallpaper"), NULL, N_("Set as wallpaper"), CB(layout_menu_wallpaper_cb) }, { "SaveMetadata", GTK_STOCK_SAVE, N_("_Save metadata"), "S", N_("Save metadata"), CB(layout_menu_metadata_write_cb) }, { "ZoomIn", GTK_STOCK_ZOOM_IN, N_("Zoom _in"), "equal", N_("Zoom in"), CB(layout_menu_zoom_in_cb) }, diff --git a/src/toolbar.c b/src/toolbar.c index 34d1cc88..25cba764 100644 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -88,7 +88,7 @@ static const UseableToolbarItems useable_toolbar_items[] = { {"Print", N_("Print"), GTK_STOCK_PRINT}, {"Preferences", N_("Preferences"), GTK_STOCK_PREFERENCES}, {"LayoutConfig", N_("Configure this window"), GTK_STOCK_PREFERENCES}, - {"Maintenance", N_("Thumbnail maintenance"), GTK_STOCK_FILE}, + {"Maintenance", N_("Cache maintenance"), GTK_STOCK_FILE}, {"ZoomIn", N_("Zoom in"), GTK_STOCK_ZOOM_IN}, {"ZoomOut", N_("Zoom out"), GTK_STOCK_ZOOM_OUT}, {"Zoom100", N_("Zoom 1:1"), GTK_STOCK_ZOOM_100}, -- 2.20.1