gnome-bluetooth r402 - trunk/applet



Author: hadess
Date: Fri Feb 27 19:42:17 2009
New Revision: 402
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=402&view=rev

Log:
Fix last occurence of PIN in the UI

(Closes: #573138)

Modified:
   trunk/applet/agent.c

Modified: trunk/applet/agent.c
==============================================================================
--- trunk/applet/agent.c	(original)
+++ trunk/applet/agent.c	Fri Feb 27 19:42:17 2009
@@ -588,7 +588,7 @@
 	g_free(name);
 
 	show_notification(_("Bluetooth device"),
-					line, _("Enter PIN code"), 0,
+					line, _("Enter passkey"), 0,
 					G_CALLBACK(notification_closed));
 
 	g_free(line);



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