From 8b12c9d2345cdf1bf2d068148a24dc17e43f2045 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 27 May 2011 13:54:01 +0000 Subject: [PATCH] Typo svn: r17587 --- src/plugins/gramplet/WelcomeGramplet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/WelcomeGramplet.py b/src/plugins/gramplet/WelcomeGramplet.py index 10fecb000..6329051a4 100644 --- a/src/plugins/gramplet/WelcomeGramplet.py +++ b/src/plugins/gramplet/WelcomeGramplet.py @@ -131,7 +131,7 @@ class WelcomeGramplet(Gramplet): 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' - ' adding a sidebar and/or bottombar, and right-cliking to the right' + ' 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' ' columns, while right-click on the background allows to add gramplets.'