Corrected Czech language strings as advised

Also amended some trivial System.println() strings
This commit is contained in:
Philip Abbey
2024-04-15 19:29:32 +01:00
parent d5c39fa7f0
commit b17d12fe54
2 changed files with 26 additions and 2 deletions

View File

@ -216,7 +216,7 @@ class HomeAssistantApp extends Application.AppBase {
}
if (menu == null) {
if (! System.getDeviceSettings().phoneConnected) {
// System.println("HomeAssistantToggleMenuItem getState(): No Phone connection, skipping API call.");
// System.println("HomeAssistantApp getState(): No Phone connection, skipping API call.");
if (mIsGlance) {
WatchUi.requestUpdate();
} else {
@ -224,7 +224,7 @@ class HomeAssistantApp extends Application.AppBase {
}
mMenuStatus = WatchUi.loadResource($.Rez.Strings.Unavailable) as Lang.String;
} else if (! System.getDeviceSettings().connectionAvailable) {
// System.println("HomeAssistantToggleMenuItem getState(): No Internet connection, skipping API call.");
// System.println("HomeAssistantApp getState(): No Internet connection, skipping API call.");
if (mIsGlance) {
WatchUi.requestUpdate();
} else {