From f2adc39381f3a2e46366f13190001367fa996cb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jose=20Riha=C2=A0?= <> Date: Mon, 21 Sep 2020 11:02:50 +0100 Subject: [PATCH] Fix #809: Extra underscore in toolbar.c https://github.com/BestImageViewer/geeqie/issues/809 --- src/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbar.c b/src/toolbar.c index 4caeeba7..4151ab3d 100644 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -130,7 +130,7 @@ static const UseableToolbarItems useable_toolbar_items[] = { {"OverUnderExposed", N_("Over Under Exposed"), PIXBUF_INLINE_ICON_EXPOSURE}, {"ShowInfoPixel", N_("Pixel Info"), GTK_STOCK_COLOR_PICKER}, {"IgnoreAlpha", N_("Ignore Alpha"), GTK_STOCK_STRIKETHROUGH}, - {"ExifRotate", N_("_Exif rotate"), GTK_STOCK_ORIENTATION_PORTRAIT}, + {"ExifRotate", N_("Exif rotate"), GTK_STOCK_ORIENTATION_PORTRAIT}, {"UseColorProfiles", N_("Use color profiles"), GTK_STOCK_SELECT_COLOR}, {"SaveMetadata", N_("Save metadata"), GTK_STOCK_SAVE}, {"HideTools", N_("Hide file list"), PIXBUF_INLINE_ICON_HIDETOOLS}, -- 2.20.1