diff --git a/src/plugins/gramplet/WelcomeGramplet.py b/src/plugins/gramplet/WelcomeGramplet.py index 492981ce8..10fecb000 100644 --- a/src/plugins/gramplet/WelcomeGramplet.py +++ b/src/plugins/gramplet/WelcomeGramplet.py @@ -130,15 +130,14 @@ class WelcomeGramplet(Gramplet): 'information at the links above\n\n') welcome += boldst(_('Gramplet View')) + '\n\n' + _( 'You are currently reading from the "Gramplets" page, where you can' - ' add your own gramplets.\n\n' + ' add your own gramplets. You can also add Gramplets to any view by' + ' adding a sidebar and/or bottombar, and right-cliking to the right' + ' of the tab.\n\n' 'You can click the configuration icon in the toolbar to add additional' ' columns, while right-click on the background allows to add gramplets.' - ' You can also drag the ' - 'Properties button to reposition the gramplet on this page, and detach' - ' the gramplet to float above Gramps. If you close Gramps with a gramplet' - ' detached, it will re-open detached the next time you start ' - 'Gramps.' - ) + ' You can also drag the Properties button to reposition the gramplet ' + ' on this page, and detach the gramplet to float above Gramps.' + ) self.texteditor.set_text(welcome) @@ -147,4 +146,4 @@ class WelcomeGramplet(Gramplet): Return True if the gramplet has data, else return False. """ return True - \ No newline at end of file +