Add help tip for world tab

This commit is contained in:
Curtis Gedak 2017-09-23 12:53:18 -06:00
parent e971d7e167
commit 4b4c9f4258

View file

@ -932,6 +932,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),