From: Jose Riha  <> Date: Mon, 21 Sep 2020 10:02:50 +0000 (+0100) Subject: Fix #809: Extra underscore in toolbar.c X-Git-Tag: v1.6~17 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=f2adc39381f3a2e46366f13190001367fa996cb8 Fix #809: Extra underscore in toolbar.c https://github.com/BestImageViewer/geeqie/issues/809 --- 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},