Add a 'properties' button in pads to display pad data

This commit is contained in:
yflory
2018-01-09 12:02:56 +01:00
parent 071d385850
commit 65ccfe39ef
6 changed files with 150 additions and 74 deletions

View File

@@ -147,6 +147,9 @@ define(function () {
out.backgroundButtonTitle = 'Change the background color in the presentation';
out.colorButtonTitle = 'Change the text color in presentation mode';
out.propertiesButton = "Properties";
out.propertiesButtonTitle = 'Get pad properties';
out.printText = "Print";
out.printButton = "Print (enter)";
out.printButtonTitle = "Print your slides or export them as a PDF file";