format version display
This commit is contained in:
parent
1f31ccf4cb
commit
c296a000e7
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ public class HelpActivity extends OsmandActionBarActivity {
|
||||||
|
|
||||||
String releasedate = "";
|
String releasedate = "";
|
||||||
if (!this.getString(R.string.app_edition).equals("")) {
|
if (!this.getString(R.string.app_edition).equals("")) {
|
||||||
releasedate = this.getString(R.string.shared_string_release) + ": \t" + this.getString(R.string.app_edition);
|
releasedate = ", " + this.getString(R.string.shared_string_release).toLowercase() + ": " + this.getString(R.string.app_edition);
|
||||||
}
|
}
|
||||||
String version = Version.getFullVersion(getOsmandApplication()) + " " + releasedate;
|
String version = Version.getFullVersion(getOsmandApplication()) + " " + releasedate;
|
||||||
ShowArticleOnTouchListener listener = new ShowArticleOnTouchListener(
|
ShowArticleOnTouchListener listener = new ShowArticleOnTouchListener(
|
||||||
|
|
Loading…
Reference in a new issue