}
public void onClickRemoteData(final View view) {
- final String url = this.getString(R.string.openweahtermap_url);
+ final String url = this.getString(R.string.openweathermap_url);
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
}
<string name="weather_map_mark_location">Mark your location</string>
<!-- About Activity -->
+ <string name="title_activity_about">About</string>
<string name="weather_about_action">About</string>
<string name="weather_about_application">APPLICATION</string>
<string name="weather_about_application_version">Version 1.0</string>
<string name="api_version">2.5</string>
<string name="application_source_code_url">https://github.com/gumartinm/JavaForFun/tree/master/Android/WeatherInformation</string>
<string name="my_url">http://gumartinm.name</string>
- <string name="openweahtermap_url">http://openweathermap.org/</string>
- <string name="title_activity_about">About</string>
- <string name="action_settings">Settings</string>
+ <string name="openweathermap_url">http://openweathermap.org/</string>
<string name="http_client_agent">Android WeatherInformation Agent</string>
</resources>