Fix #809: Extra underscore in toolbar.c
authorJose Riha  <>
Mon, 21 Sep 2020 10:02:50 +0000 (11:02 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 21 Sep 2020 10:02:50 +0000 (11:02 +0100)
https://github.com/BestImageViewer/geeqie/issues/809

src/toolbar.c

index 4caeeba..4151ab3 100644 (file)
@@ -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},