propagate from branch 'i2p.i2p' (head 2c491226853de4521d10d68da3a0a8e4db33293d)

to branch 'i2p.i2p.str4d.ui' (head bbdfdd2b3941cfa3c2c5cab8f3c78069c865c54d)
This commit is contained in:
str4d
2016-07-09 23:20:31 +00:00
102 changed files with 1270 additions and 885 deletions

View File

@@ -1073,7 +1073,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;
}
}