Merge pull request #151 from gedakc/add-world-tab-help-tip

Add help tip for world tab
This commit is contained in:
Olivier 2017-10-11 08:47:01 +02:00 committed by GitHub
commit 6660dabace

View file

@ -947,6 +947,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
(self.lytTabPlot,
self.tr("Develop plots."),
0),
(self.lytTabContext,
self.tr("Build worlds. Create hierarchy of broad categories down to specific details."),
0),
(self.lytTabOutline,
self.tr("Create the outline of your masterpiece."),
0),