@ntrel commented on this pull request.
@@ -283,6 +285,42 @@ static void create_file_template_menu(void)
g_object_ref(new_with_template_toolbar_menu); geany_menu_button_action_set_menu(GEANY_MENU_BUTTON_ACTION(toolbar_get_action_by_name("New")), new_with_template_toolbar_menu); + + // create config files menu + item = gtk_menu_item_new_with_mnemonic(_("Templates"));
"Templates" and "Files" are already used in the Prefs dialog tabs.