@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 files”. Similarly in doc/geany.txt
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.