client: show "wrong URL - reattach" message as a notice

This commit is contained in:
David Anderson 2015-11-08 22:42:58 -08:00
parent 5c269be699
commit 314de0357a
1 changed files with 2 additions and 2 deletions

View File

@ -605,8 +605,8 @@ int CLIENT_STATE::handle_scheduler_reply(
sr.master_url
);
} else {
msg_printf(project, MSG_INFO,
_("You used the wrong URL for this project. When convenient, remove this project, then add %s"),
msg_printf(project, MSG_USER_ALERT,
_("This project is using an old URL. When convenient, remove the project, then add %s"),
sr.master_url
);
}