I2PSnark: Echo themename in screenlog when changed (thanks to sponge); readme tweaks.

This commit is contained in:
z3d
2010-11-27 11:53:06 +00:00
parent 49a946d0f1
commit bcf27dbe12
2 changed files with 7 additions and 7 deletions

View File

@ -437,7 +437,7 @@ public class SnarkManager implements Snark.CompleteListener {
if (Theme != null) {
if(!Theme.equals(_config.getProperty(PROP_THEME))) {
_config.setProperty(PROP_THEME, Theme +"");
addMessage(_("Theme changed."));
addMessage (Theme+(_(" theme locked and loaded.")));
changed = true;
}
}