gnome-keyring r1020 - in trunk: . ui



Author: nnielsen
Date: Tue Jan 29 21:59:50 2008
New Revision: 1020
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1020&view=rev

Log:
	* ui/gkr-ask-tool.c: Fix message. Add missing word.



Modified:
   trunk/ChangeLog
   trunk/ui/gkr-ask-tool.c

Modified: trunk/ui/gkr-ask-tool.c
==============================================================================
--- trunk/ui/gkr-ask-tool.c	(original)
+++ trunk/ui/gkr-ask-tool.c	Tue Jan 29 21:59:50 2008
@@ -77,7 +77,7 @@
 	                                 GTK_BUTTONS_NONE, NULL);
 	
 	markup = create_markup (_("Store passwords unencrypted?"), 
-	                        _("By choosing to use a blank password, your stored passwords not be safely encrypted. "
+	                        _("By choosing to use a blank password, your stored passwords will not be safely encrypted. "
 	                          "They will be accessible by anyone with access to your files."));
 	gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dialog), markup);
 	g_free (markup);



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