[gthumb] Typo in translatable string: "Load previuos location"



commit 9843cd4b1506cab759d489a6809d945b5cfe7066
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Jan 15 09:51:41 2020 +0100

    Typo in translatable string: "Load previuos location"
    
    Fixes https://gitlab.gnome.org/GNOME/gthumb/issues/78

 gthumb/gth-browser-actions-entries.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gthumb/gth-browser-actions-entries.h b/gthumb/gth-browser-actions-entries.h
index 5eb38180..56e8a29d 100644
--- a/gthumb/gth-browser-actions-entries.h
+++ b/gthumb/gth-browser-actions-entries.h
@@ -106,7 +106,7 @@ static const GthShortcut gth_browser_shortcuts[] = {
        { "toggle-statusbar", N_("Statusbar"), GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER, GTH_SHORTCUT_CATEGORY_UI, 
"F7" },
        { "toggle-thumbnail-list", N_("Thumbnails list"), GTH_SHORTCUT_CONTEXT_VIEWER, 
GTH_SHORTCUT_CATEGORY_UI, "F8" },
 
-       { "go-back", N_("Load previuos location"), GTH_SHORTCUT_CONTEXT_BROWSER, 
GTH_SHORTCUT_CATEGORY_NAVIGATION, "<Alt>Left" },
+       { "go-back", N_("Load previous location"), GTH_SHORTCUT_CONTEXT_BROWSER, 
GTH_SHORTCUT_CATEGORY_NAVIGATION, "<Alt>Left" },
        { "go-forward", N_("Load next location"), GTH_SHORTCUT_CONTEXT_BROWSER, 
GTH_SHORTCUT_CATEGORY_NAVIGATION, "<Alt>Right" },
        { "go-up", N_("Load parent folder"), GTH_SHORTCUT_CONTEXT_BROWSER, GTH_SHORTCUT_CATEGORY_NAVIGATION, 
"<Alt>Up" },
        { "go-home", N_("Load home"), GTH_SHORTCUT_CONTEXT_BROWSER, GTH_SHORTCUT_CATEGORY_NAVIGATION, 
"<Alt>Home" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]