changeset 27209:c4f0e47c7bed

Try to make this string a little more human, and flow better in its context ("an error about your myspace account")
author Mark Doliner <mark@kingant.net>
date Fri, 19 Jun 2009 07:13:20 +0000
parents b1847ec1ba5f
children 0a8129263401
files libpurple/protocols/myspace/myspace.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Fri Jun 19 02:03:11 2009 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Fri Jun 19 07:13:20 2009 +0000
@@ -1824,11 +1824,10 @@
 					gchar *suggestion;
 
 					suggestion = g_strdup_printf(_("%s Your password is "
-							"%d characters, greater than the "
-							"expected maximum length of %d for "
-							"MySpaceIM. Please shorten your "
+							"%zu characters, which is longer than the "
+							"maximum length of %d.  Please shorten your "
 							"password at http://profileedit.myspace.com/index.cfm?fuseaction=accountSettings.changePassword and try again."),
-							full_errmsg, (int)
+							full_errmsg,
 							strlen(session->account->password),
 							MSIM_MAX_PASSWORD_LENGTH);