WeatherInformation: remove unused strings
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 16:11:29 +0000 (17:11 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 16:11:29 +0000 (17:11 +0100)
app/src/main/java/name/gumartinm/weather/information/activity/AboutActivity.java
app/src/main/res/values/strings.xml

index 2b86a0d..2a684d2 100644 (file)
@@ -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)));
     }
 
index 75e2b5d..b5b8518 100644 (file)
     <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>