Skip to content

Commit 9e84198

Browse files
authored
Fun with menu titles (#218)
1 parent 87bac01 commit 9e84198

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/appscript/add-custom-menu.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ export default function () {
99
.addItem('Refresh sessions/groups (from GitHub)', 'importSessions')
1010
.addSubMenu(
1111
SpreadsheetApp.getUi()
12-
.createMenu('Manage the schedule')
13-
.addItem('Propose a new schedule', 'proposeGrid')
14-
.addItem('Apply current schedule sheet', 'applySchedule')
12+
.createMenu('Schedule sessions/groups')
13+
.addItem('Propose schedule (to new sheet)', 'proposeGrid')
14+
.addItem('Adopt schedule (on current sheet)', 'applySchedule')
1515
)
16-
.addItem('Publish the schedule and calendar', 'exportGrid')
16+
.addItem('Publish adopted schedule and calendar', 'exportGrid')
1717
.addSeparator()
1818
.addSubMenu(
1919
SpreadsheetApp.getUi()

0 commit comments

Comments
 (0)