diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml
index 33db75c2d9..8874802884 100644
--- a/OsmAnd/res/values/strings.xml
+++ b/OsmAnd/res/values/strings.xml
@@ -12,6 +12,15 @@
Hours
Minutes
The car was parked at:
+ Changes in 0.8.1 :
+ * Smart and fast Route recalculation
+ * More precise routes (a bit slower)
+ * Direction by lanes
+ * Information about bumps, speed cams and speed limits
+ * Improved voice guidance on highways
+ * Parking plugin
+ * Enable/disable monitoring widget
+
Use compass in navigation when diretion is not detected
Use compass
Select animate route acceleration
@@ -52,7 +61,6 @@
Identifiable
Trackable
Private
- Changes in 0.8.1 :
ASAP
Save route as GPX file
Roundabout : take %1$d exit and go
diff --git a/OsmAnd/src/net/osmand/plus/activities/TipsAndTricksActivity.java b/OsmAnd/src/net/osmand/plus/activities/TipsAndTricksActivity.java
index 37e0608650..c68d5e9952 100644
--- a/OsmAnd/src/net/osmand/plus/activities/TipsAndTricksActivity.java
+++ b/OsmAnd/src/net/osmand/plus/activities/TipsAndTricksActivity.java
@@ -16,7 +16,7 @@ import android.widget.TextView;
public class TipsAndTricksActivity {
private int[][] tipNamesAndDescriptions = new int[][] {
- {R.string.tip_recent_changes,R.string.tip_recent_changes_0_8_0_t},
+ {R.string.tip_recent_changes,R.string.tip_recent_changes_0_8_1_t},
{R.string.tip_rotation_switching,R.string.tip_rotation_switching_t},
{R.string.tip_update_index,R.string.tip_update_index_t},
{R.string.tip_day_night_mode,R.string.tip_day_night_mode_t},