From 4b413f9e3318114c6fe13df268b039e1440c76cb Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 11 May 2009 17:34:24 +0000 Subject: [PATCH] Update password nage text. Props Denis-de-Bernardy. fixes #9710 git-svn-id: http://svn.automattic.com/wordpress/trunk@11266 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index 20318f718a..6b7cd1afc3 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -825,7 +825,7 @@ function default_password_nag() { return; echo '

'; - printf(__("Howdy, you're still using the auto-generated password for your account. We recommend that you change it to something you'll remember easier. Would you like to do this now?
+ printf(__("Notice: you're using the auto-generated password for your account. Would you like to change it to something you'll remember easier?
Yes, Take me to my profile page | No Thanks, Do not remind me again."), admin_url('profile.php') . '#password', '?default_password_nag=0'); echo '

'; }