accerciser r558 - in trunk: . src/lib/accerciser



Author: bgmerrell
Date: Mon Apr 21 22:05:20 2008
New Revision: 558
URL: http://svn.gnome.org/viewvc/accerciser?rev=558&view=rev

Log:
Added whitespace to a couple of strings.  What an awesome first commit!
:)



Modified:
   trunk/ChangeLog
   trunk/src/lib/accerciser/accerciser.py

Modified: trunk/src/lib/accerciser/accerciser.py
==============================================================================
--- trunk/src/lib/accerciser/accerciser.py	(original)
+++ trunk/src/lib/accerciser/accerciser.py	Mon Apr 21 22:05:20 2008
@@ -132,8 +132,8 @@
     '''
     cl = gconf.client_get_default()
     if not cl.get_bool('/desktop/gnome/interface/accessibility'):
-      message = _('Accerciser could not see the applications on your desktop.'
-                  'You must enable desktop accessibility to fix this problem.'
+      message = _('Accerciser could not see the applications on your desktop.  '
+                  'You must enable desktop accessibility to fix this problem.  '
                   'Do you want to enable it now?')
       dialog = gtk.MessageDialog(self.window,type=gtk.MESSAGE_ERROR,
                                  buttons=gtk.BUTTONS_YES_NO, 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]