This commit is contained in:
Johann C. Rode
2019-01-06 09:52:15 -08:00
committed by Carsten Pfeiffer
parent f613926ce0
commit 00dfcd1564

View File

@@ -61,7 +61,7 @@ class AppMessageHandlerRealWeather extends AppMessageHandler {
KEY_WEATHER_TEMP = appKeys.getInt("temperature");
KEY_WEATHER_ICON = appKeys.getInt("icon");
} catch (JSONException e) {
GB.toast("There was an error accessing the YWeather watchface configuration.", Toast.LENGTH_LONG, GB.ERROR);
GB.toast("There was an error accessing the RealWeather watchface configuration.", Toast.LENGTH_LONG, GB.ERROR);
} catch (IOException ignore) {
}
}