Fix exceptions

This commit is contained in:
Victor Shcherb 2013-02-16 15:32:46 +01:00
parent 87f0fa10e0
commit d9e13f619c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="app_name">OsmAnd~</string>
<string name="app_version">1.2.0 alpha</string>
<string name="app_version">1.1.3 beta</string>
<!-- Not translatable -->
<string name="ga_api_key">UA-28342846-2</string>
<string name="ga_dispatchPeriod">10</string>

View file

@ -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_1_2_t},
{R.string.tip_recent_changes,R.string.tip_recent_changes_1_1_2_t},
{R.string.tip_rotation_switching,R.string.tip_rotation_switching_t_v2},
{R.string.tip_update_index,R.string.tip_update_index_t},
{R.string.tip_day_night_mode,R.string.tip_day_night_mode_t_v2},