Skip to content

Commit 50723ca

Browse files
authored
Minor menu title tweaks (#219)
1 parent 062f037 commit 50723ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/appscript/add-custom-menu.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export default function () {
1818
.addSubMenu(
1919
SpreadsheetApp.getUi()
2020
.createMenu('Advanced')
21-
.addItem('Validate metadata and existing schedule', 'validateGrid')
22-
.addItem('Retrieve latest published schedule (from GitHub)', 'importGrid')
21+
.addItem('Revalidate metadata / adopted schedule (after manual edits)', 'validateGrid')
22+
.addItem('Recover published schedule (from GitHub)', 'importGrid')
2323
.addItem('Fetch event info, rooms, days, slots (from GitHub)', 'importMetadata')
2424
.addItem('Export event info, rooms, days, slots (to GitHub)', 'exportMetadata')
2525
.addItem('Export event to files (HTML, JSON)', 'exportEventToFiles')

0 commit comments

Comments
 (0)