gnome-lirc-properties r11 - in trunk: . gnome_lirc_properties/ui test



Author: murrayc
Date: Mon Apr 28 09:02:30 2008
New Revision: 11
URL: http://svn.gnome.org/viewvc/gnome-lirc-properties?rev=11&view=rev

Log:
2008-04-28  Murray Cumming  <murrayc murrayc com>

* test/test-uploader.py: Removed this because the class that it tests 
no longer exists. Made sure all the tests are svn:executable.

Removed:
   trunk/test/test-uploader.py
Modified:
   trunk/ChangeLog
   trunk/gnome_lirc_properties/ui/CustomConfiguration.py
   trunk/test/test-backend-service.py   (props changed)
   trunk/test/test-policykit-is-authorized.py   (props changed)

Modified: trunk/gnome_lirc_properties/ui/CustomConfiguration.py
==============================================================================
--- trunk/gnome_lirc_properties/ui/CustomConfiguration.py	(original)
+++ trunk/gnome_lirc_properties/ui/CustomConfiguration.py	Mon Apr 28 09:02:30 2008
@@ -369,7 +369,7 @@
         def configuration_problem(message):
             '''
             Informs the user about configuration file problems,
-            and ask the user for accption or rejection.
+            and ask the user for acceptance or rejection.
             '''
 
             response_buttons = (
@@ -384,7 +384,7 @@
                     message, buttons=response_buttons))
 
         def on_upload_finished(message):
-            '''Informs the user about succeeding uploads.'''
+            '''Informs the user about successful uploads.'''
 
             show_message(self.__dialog, _('Upload Succeeded'),
                          message, message_type=gtk.MESSAGE_INFO)



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