forked from I2P_Developers/i2p.i2p
Theme tweaks, minor textual edits and a whole lot less.
This commit is contained in:
@@ -95,9 +95,9 @@ public class ConfigServiceHandler extends FormHandler {
|
||||
SysTray tray = SysTray.getInstance();
|
||||
if (tray != null) {
|
||||
tray.show();
|
||||
addFormNotice("Systray enabled");
|
||||
addFormNotice("System tray icon enabled.");
|
||||
} else {
|
||||
addFormNotice("Systray not supported on this platform");
|
||||
addFormNotice("System tray icon feature not supported on this platform. Sorry!");
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
addFormError("Warning: unable to contact the systray manager - " + t.getMessage());
|
||||
@@ -107,9 +107,9 @@ public class ConfigServiceHandler extends FormHandler {
|
||||
SysTray tray = SysTray.getInstance();
|
||||
if (tray != null) {
|
||||
tray.hide();
|
||||
addFormNotice("Systray disabled");
|
||||
addFormNotice("System tray icon disabled.");
|
||||
} else {
|
||||
addFormNotice("Systray not supported on this platform");
|
||||
addFormNotice("System tray icon feature not supported on this platform. Sorry!");
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
addFormError("Warning: unable to contact the systray manager - " + t.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user