diff libgaim/protocols/novell/nmuser.c @ 15000:89ae31668a9c

[gaim-migrate @ 17779] I'm committing this to get it out of my tree... As mentioned on gaim-devel, this normalizes some stuff. Mark wants to standardize on "username" instead. For recognition purposes, I'd prefer that, but using "screen name" is potentially useful in that users might not enter their OS username. In any case, it's not a huge deal to me either way. I believe the consensus before was for "screen name", and barring a consensus to change, "screen name" is the status quo anyway, so I'm making things consistent. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 19 Nov 2006 07:00:25 +0000
parents 71c764f2b1a6
children
line wrap: on
line diff
--- a/libgaim/protocols/novell/nmuser.c	Sun Nov 19 06:54:38 2006 +0000
+++ b/libgaim/protocols/novell/nmuser.c	Sun Nov 19 07:00:25 2006 +0000
@@ -1906,7 +1906,7 @@
 			return _("Password has expired");
 
 		case NMERR_PASSWORD_INVALID:
-			return _("Invalid password");
+			return _("Incorrect password");
 
 		case NMERR_USER_NOT_FOUND:
 			return _("User not found");
@@ -1934,13 +1934,13 @@
 
 		case NMERR_AUTHENTICATION_FAILED:
 		case NMERR_CREDENTIALS_MISSING:
-			return _("Invalid username or password");
+			return _("Incorrect screen name or password");
 
 		case NMERR_HOST_NOT_FOUND:
-			return _("Could not recognize the host of the username you entered");
+			return _("Could not recognize the host of the screen name you entered");
 
 		case NMERR_ACCESS_DENIED:
-			return _("Your account has been disabled because too many invalid passwords were entered");
+			return _("Your account has been disabled because too many incorrect passwords were entered");
 
 		case NMERR_DUPLICATE_PARTICIPANT:
 			return _("You cannot add the same person twice to a conversation");
@@ -1950,7 +1950,7 @@
 			return _("You have reached your limit for the number of contacts allowed");
 
 		case NMERR_OBJECT_NOT_FOUND:
-			return _("You have entered an invalid username");
+			return _("You have entered an incorrect screen name");
 
 		case NMERR_DIRECTORY_UPDATE:
 			return _("An error occurred while updating the directory");