ftlerror-guest changed gksu/trunk/gksu/gksu.c

Guilherme de S. Pastore ftlerror-guest at costa.debian.org
Thu Aug 18 19:58:00 UTC 2005


Mensagem de log: 
Add a dot to the end of "User %s does not exist", for consistency with other error messages


-----


Modified: gksu/trunk/gksu/gksu.c
===================================================================
--- gksu/trunk/gksu/gksu.c	2005-08-18 19:52:02 UTC (rev 415)
+++ gksu/trunk/gksu/gksu.c	2005-08-18 19:57:59 UTC (rev 416)
@@ -1056,7 +1056,7 @@
 
     if (!pwentry)
       {
-	gk_dialog (GTK_MESSAGE_ERROR, _("User %s does not exist"),
+	gk_dialog (GTK_MESSAGE_ERROR, _("User %s does not exist."),
 		   gksu_context_get_user (context));
 	return 1;
       }




More information about the gksu-commits mailing list