@ -1726,7 +1726,7 @@ int main(int argc, char** argv)
masterPassword=getPassword("Please enter your MASTER password: ");
if(keyManager.load(masterPassword))
break;
cout<<"Password invalid. Try again."<<endl;
cout<<"The password you entered is incorrect. If you have forgotten your password, and you wish to start afresh, manually remove the file: "+getDataDir("ethereum")+"/keys.info"<<endl;