Update release version

This commit is contained in:
Victor Shcherb 2015-11-11 16:53:44 +01:00
parent 5754b2ed53
commit 58bf45c7b8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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() {