Various small i2psnark HTML tweaks

This commit is contained in:
str4d
2016-05-01 04:18:00 +00:00
parent edb3ffcf45
commit 50291233a1
4 changed files with 8 additions and 8 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;
}
}