gpointing-device-settings r37 - trunk/modules



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

Log:
more meaningful error 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:08 2009
@@ -566,7 +566,7 @@
         g_set_error(error,
                     GPDS_XINPUT_ERROR,
                     GPDS_XINPUT_ERROR_NO_DEVICE,
-                    _("No device found."));
+                    _("No Touchpad device found."));
         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:08 2009
@@ -431,7 +431,7 @@
         g_set_error(error,
                     GPDS_XINPUT_ERROR,
                     GPDS_XINPUT_ERROR_NO_DEVICE,
-                    _("No  device found."));
+                    _("No TrackPoint device found."));
         return FALSE;
     }
 



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