diff src/protocols/jabber/jabber.c @ 4059:c3968c878c68

[gaim-migrate @ 4269] spelling and such: " <Smigs> what's the 'proper' terminology? 'Buddies List' or 'Buddy List'? It's inconsistant, though I'm seeing more of 'Buddy List' than 'Buddies List' (I'm willing to go through and correct them :P) <LSchiere> i'd say "Buddy List" <Paco-Paco> buddy list The "Buddies List" -> "Buddy List" corrections are mostly in gg.c (plus all the .po's). Other typos have been corrected that I saw as I went through: "buddylist" -> "buddy list" (I also corrected the .po's in another instance of this that had already been fixed in the actual file) "sucessfully" -> "successfully" "communicating to" -> "communicating with" "Pleae tryagain" -> "Please try again" "this users profile" -> "this user's profile" "passord" -> "password" All adds up to a pretty big patch.. hopefully it's all correct :)" --Matthew Smith (smigs) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 11 Dec 2002 02:09:43 +0000
parents 43e396e94095
children 3ccbdf8e7f8d
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Tue Dec 10 21:38:38 2002 +0000
+++ b/src/protocols/jabber/jabber.c	Wed Dec 11 02:09:43 2002 +0000
@@ -976,7 +976,7 @@
 	else if(!strcmp(old, new))
 	{
 		do_error_dialog(_("Unable to change password"),
-			_("The new password you entered is the same as your current passord.  "
+			_("The new password you entered is the same as your current password.  "
 			  "Your password remains the same."), GAIM_ERROR);
 	}
 	else