Skip to content

Commit 04f7fbe

Browse files
authored
removed untranslated and unnecessary text
from "About" page
1 parent f3ad421 commit 04f7fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/cz/martykan/forecastie/activities/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private void aboutDialog() {
260260
AlertDialog.Builder alert = new AlertDialog.Builder(this);
261261
alert.setTitle("Forecastie");
262262
final WebView webView = new WebView(this);
263-
String about = "<p>Version 1.4</p>" +
263+
String about = "<p>1.4</p>" +
264264
"<p>A lightweight, opensource weather app.</p>" +
265265
"<p>Developed by <a href='mailto:t.martykan@gmail.com'>Tomas Martykan</a></p>" +
266266
"<p>Data provided by <a href='http://openweathermap.org/'>OpenWeatherMap</a>, under the <a href='http://creativecommons.org/licenses/by-sa/2.0/'>Creative Commons license</a>" +

0 commit comments

Comments
 (0)