From 08419da2545b0d3038b7399b3e29ade0263201d1 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 16 Nov 2014 17:11:29 +0100 Subject: [PATCH] WeatherInformation: remove unused strings --- .../name/gumartinm/weather/information/activity/AboutActivity.java | 2 +- app/src/main/res/values/strings.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/name/gumartinm/weather/information/activity/AboutActivity.java b/app/src/main/java/name/gumartinm/weather/information/activity/AboutActivity.java index 2b86a0d..2a684d2 100644 --- a/app/src/main/java/name/gumartinm/weather/information/activity/AboutActivity.java +++ b/app/src/main/java/name/gumartinm/weather/information/activity/AboutActivity.java @@ -54,7 +54,7 @@ public class AboutActivity extends Activity { } 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))); } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 75e2b5d..b5b8518 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -101,6 +101,7 @@ Mark your location + About About APPLICATION Version 1.0 @@ -121,9 +122,7 @@ 2.5 https://github.com/gumartinm/JavaForFun/tree/master/Android/WeatherInformation http://gumartinm.name - http://openweathermap.org/ - About - Settings + http://openweathermap.org/ Android WeatherInformation Agent -- 2.1.4