propagate from branch 'i2p.i2p' (head 198dad192e830f3eaf568af10f308bc98795470e)

to branch 'i2p.i2p.str4d.ui' (head 24039fce2eef425a63521138774a182aa07fec9f)
This commit is contained in:
str4d
2016-05-23 04:55:57 +00:00
90 changed files with 1132 additions and 834 deletions

View File

@@ -1014,7 +1014,7 @@ public class SnarkManager implements CompleteListener {
if (theme != null) {
if(!theme.equals(_config.getProperty(PROP_THEME))) {
_config.setProperty(PROP_THEME, theme);
addMessage(_t("{0} theme loaded, return to main i2psnark page to view.", theme));
addMessage(_t("{0} theme loaded.", theme));
changed = true;
}
}