Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d704949d0c
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
<string name="release_2_3">
|
||||
\u2022 OSM Live. Support map contributors and developers and get hourly map updates. \n\n
|
||||
\u2022 Map markers. A new way to quickly select places on the map.\n\n
|
||||
\u2022 More detailed OSM maps with country specific road shields and lots of new map features.\n\n
|
||||
\u2022 Improved Look and Feel of Route preparation. \n\n
|
||||
\u2022 Many improvements in the map context menu such as contextual address lookup.\n\n
|
||||
and more…
|
||||
|
|
|
@ -28,7 +28,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_2))
|
||||
.setMessage(getString(R.string.release_2_3))
|
||||
.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