From 6a287a6018b2900df23d59b5d8e055a0d9d623a8 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 14 Jan 2013 11:50:32 +0000 Subject: [PATCH] Rename Gramplet View to Dashboard View svn: r21113 --- gramps/plugins/gramplet/welcomegramplet.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps/plugins/gramplet/welcomegramplet.py b/gramps/plugins/gramplet/welcomegramplet.py index b6ab39bd5..9a6fe6b41 100644 --- a/gramps/plugins/gramplet/welcomegramplet.py +++ b/gramps/plugins/gramplet/welcomegramplet.py @@ -128,9 +128,9 @@ class WelcomeGramplet(Gramplet): '"Family Trees" from the menu, pick "Manage Family Trees", press ' '"New" and name your family tree. For more details, please read the ' '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. You can also add Gramplets to any view by' + welcome += boldst(_('Dashboard View')) + '\n\n' + _( + 'You are currently reading from the "Dashboard" view, where you can' + ' add your own gramplets. You can also add gramplets to any view by' ' adding a sidebar and/or bottombar, and right-clicking to the right' ' of the tab.\n\n' 'You can click the configuration icon in the toolbar to add additional'