From 7091dfb6695a70342f034e75e0f6515b5c181918 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 8 Mar 2018 16:05:47 +0100 Subject: [PATCH] standardize naming for the drawer, and reorder poll description --- customize.dist/translations/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 0c7f643fd..f0a0c97d4 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -1013,7 +1013,7 @@ define(function () { }; out.help.code = { - modes: 'Use the dropdown menus in the drawer () to change syntax highlighting modes or color themes.', + modes: 'Use the dropdown menus in the submenu to change syntax highlighting modes or color themes', }; out.help.slide = { @@ -1026,7 +1026,7 @@ define(function () { out.help.poll = { decisions: 'Make decisions in private among trusted friends', options: 'Propose options, and express your preferences', - choices: 'Click cells in your column to cycle through yes (), no (), or maybe (~)', + choices: 'Click cells in your column to cycle through yes (), maybe (~), or no ()', submit: 'Click submit to make your choices visible to others', };