Update release version
This commit is contained in:
parent
5754b2ed53
commit
58bf45c7b8
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
-->
|
||||
|
||||
<!-- Not translatable -->
|
||||
<string name="release_2_3">
|
||||
<string name="release_2_2">
|
||||
\u2022 New context-sensitive UI for tapping locations on the map and on other screens\n\n
|
||||
\u2022 Choice between Dashboard or Menu as primary app control\n\n
|
||||
\u2022 New Wikipedia data, now downloads per country, and with much more complete data\n\n
|
||||
|
|
|
@ -27,7 +27,7 @@ public class WhatsNewDialogFragment extends DialogFragment {
|
|||
final OsmandApplication osmandApplication = (OsmandApplication) getActivity().getApplication();
|
||||
final String appVersion = Version.getAppVersion(osmandApplication);
|
||||
builder.setTitle(getString(R.string.whats_new) + " " + appVersion)
|
||||
.setMessage(getString(R.string.release_2_3))
|
||||
.setMessage(getString(R.string.release_2_2))
|
||||
.setNegativeButton(R.string.shared_string_close, null);
|
||||
if (AppInitializer.LATEST_CHANGES_URL != null) {
|
||||
builder.setPositiveButton(R.string.read_more, new DialogInterface.OnClickListener() {
|
||||
|
|
Loading…
Reference in a new issue