gpointing-device-settings r41 - trunk/modules



Author: hiikezoe
Date: Fri Feb 27 10:25:24 2009
New Revision: 41
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=41&view=rev

Log:
fix message.

Modified:
   trunk/modules/gpds-touchpad-ui.c
   trunk/modules/gpds-trackpoint-ui.c

Modified: trunk/modules/gpds-touchpad-ui.c
==============================================================================
--- trunk/modules/gpds-touchpad-ui.c	(original)
+++ trunk/modules/gpds-touchpad-ui.c	Fri Feb 27 10:25:24 2009
@@ -574,7 +574,7 @@
         g_set_error(error,
                     GPDS_UI_ERROR,
                     GPDS_UI_ERROR_NO_UI_FILE,
-                    _("%s does not found."),
+                    _("%s did not find."),
                     GPDS_TOUCHPAD_UI(ui)->ui_file_path);
         return FALSE;
     }

Modified: trunk/modules/gpds-trackpoint-ui.c
==============================================================================
--- trunk/modules/gpds-trackpoint-ui.c	(original)
+++ trunk/modules/gpds-trackpoint-ui.c	Fri Feb 27 10:25:24 2009
@@ -440,7 +440,7 @@
         g_set_error(error,
                     GPDS_UI_ERROR,
                     GPDS_UI_ERROR_NO_UI_FILE,
-                    _("%s does not found."),
+                    _("%s did not find."),
                     GPDS_TRACK_POINT_UI(ui)->ui_file_path);
         return FALSE;
     }



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