Provide hints in theme and language dropdowns

This commit is contained in:
yflory
2017-06-12 12:47:25 +02:00
parent 5d6a0dcc1b
commit 8471dab6b1
3 changed files with 18 additions and 8 deletions
+5
View File
@@ -135,6 +135,11 @@ define(function () {
out.slideOptionsTitle = "Customize your slides";
out.slideOptionsButton = "Save (enter)";
out.languageButton = "Language";
out.languageButtonTitle = "Select the language to use for the syntax highlighting";
out.themeButton = "Theme";
out.themeButtonTitle = "Select the color theme to use for the code and slide editors";
out.editShare = "Editing link";
out.editShareTitle = "Copy the editing link to clipboard";
out.editOpen = "Open editing link in a new tab";