vfaronov commented on this pull request.


> @@ -354,6 +354,9 @@ static void init_default_kb(void)
                "menu_close_all1");
        add_kb(group, GEANY_KEYS_FILE_RELOAD, NULL,
                GDK_r, GEANY_PRIMARY_MOD_MASK, "menu_reloadfile", _("Reload 
file"), "menu_reload1");
+       add_kb(group, GEANY_KEYS_FILE_RELOAD_ALL, NULL,
+               GDK_r, GDK_MOD1_MASK, "menu_reloadallfile", _("Reload all 
file"),

This should be “Reload all file**s**”. Similarly in `doc/geany.txt`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1471#pullrequestreview-35498722

Reply via email to