From dc056043fe06aa5c3c3a856783d5fabac4d42173 Mon Sep 17 00:00:00 2001 From: sonora Date: Mon, 9 Mar 2015 09:17:39 +0100 Subject: [PATCH] shared_string_history (4) --- OsmAnd/res/values/strings.xml | 1 - OsmAnd/src/net/osmand/plus/dashboard/DashRecentsFragment.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index bebefa52c2..c854006c2f 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -140,7 +140,6 @@ Shows the settings for development and debugging features like route simulation or rendering performance indication. OsmAnd development - RECENTS Shown on map Rename failed. days behind diff --git a/OsmAnd/src/net/osmand/plus/dashboard/DashRecentsFragment.java b/OsmAnd/src/net/osmand/plus/dashboard/DashRecentsFragment.java index 60d96f787b..b3dfda2f91 100644 --- a/OsmAnd/src/net/osmand/plus/dashboard/DashRecentsFragment.java +++ b/OsmAnd/src/net/osmand/plus/dashboard/DashRecentsFragment.java @@ -43,7 +43,7 @@ public class DashRecentsFragment extends DashLocationFragment { Typeface typeface = FontCache.getRobotoMedium(getActivity()); ((TextView) view.findViewById(R.id.fav_text)).setTypeface(typeface); ((TextView) view.findViewById(R.id.fav_text)).setText(Algorithms - .capitalizeFirstLetterAndLowercase(getString(R.string.recents))); + .capitalizeFirstLetterAndLowercase(getString(R.shared_string_history))); ((Button) view.findViewById(R.id.show_all)).setTypeface(typeface); (view.findViewById(R.id.show_all)).setOnClickListener(new View.OnClickListener() {