weather: rename postcode => postalcode

Origin commit data
------------------
Commit: 3bd0161285
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-22 (Sat, 22 Jan 2022)

Origin message was:
------------------
- weather: rename postcode => postalcode
This commit is contained in:
vanhofen
2022-01-22 01:44:42 +01:00
parent 08a47abd0b
commit bb2a7aa316
10 changed files with 19 additions and 19 deletions

View File

@@ -1931,7 +1931,7 @@ typedef enum
LOCALE_MENU_HINT_WEATHER_API_KEY,
LOCALE_MENU_HINT_WEATHER_ENABLED,
LOCALE_MENU_HINT_WEATHER_LOCATION,
LOCALE_MENU_HINT_WEATHER_LOCATION_POSTCODE,
LOCALE_MENU_HINT_WEATHER_POSTALCODE,
LOCALE_MENU_HINT_WEBRADIO_SETUP,
LOCALE_MENU_HINT_WEBRADIO_XML_AUTO,
LOCALE_MENU_HINT_WEBTV_SETUP,
@@ -3066,7 +3066,7 @@ typedef enum
LOCALE_WEATHER_API_KEY,
LOCALE_WEATHER_ENABLED,
LOCALE_WEATHER_LOCATION,
LOCALE_WEATHER_LOCATION_POSTCODE,
LOCALE_WEATHER_POSTALCODE,
LOCALE_WEBCHANNELS_XML_ADD,
LOCALE_WEBCHANNELS_XML_DEL,
LOCALE_WEBCHANNELS_XML_ENTER,

View File

@@ -1931,7 +1931,7 @@ const char * locale_real_names[] =
"menu.hint_weather_api_key",
"menu.hint_weather_enabled",
"menu.hint_weather_location",
"menu.hint_weather_location_postcode",
"menu.hint_weather_postalcode",
"menu.hint_webradio_setup",
"menu.hint_webradio_xml_auto",
"menu.hint_webtv_setup",
@@ -3066,7 +3066,7 @@ const char * locale_real_names[] =
"weather.api_key",
"weather.enabled",
"weather.location",
"weather.location_postcode",
"weather.postalcode",
"webchannels.xml.add",
"webchannels.xml.del",
"webchannels.xml.enter",

View File

@@ -915,7 +915,7 @@ struct SNeutrinoSettings
std::string weather_city;
std::string weather_location;
std::string weather_postcode;
std::string weather_postalcode;
std::string youtube_dev_id;
int youtube_enabled;