use blanks as customary

This commit is contained in:
sonora 2014-11-28 06:20:19 +01:00
parent 79a44ee75b
commit f4c161f635
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
<string name="ga_debug">true</string>
<string name="versionFeatures">+play_market +gps_status -parking_plugin -blackberry -free_version -amazon</string>
<string name="next_tips_and_tricks_not_translate"></string>
<string name="openstreetmap_copyright"><a href="http://www.openstreetmap.org/copyright">&#169;OpenStreetMap</a></string>
<string name="openstreetmap_copyright"><a href="http://www.openstreetmap.org/copyright">&#169; OpenStreetMap</a></string>
<string name="about_content">Data is powered by OpenStreetMaps ODbL
\n\nAll rights belong to OsmAnd app.

View file

@ -113,7 +113,7 @@ public class DashboardActivity extends BaseDownloadActivity {
final TextView textVersionView = (TextView) findViewById(R.id.Copyright);
final Calendar inst = Calendar.getInstance();
inst.setTime(new Date());
final String textVersion = "\u00A9OsmAnd " + inst.get(Calendar.YEAR);
final String textVersion = "\u00A9 OsmAnd " + inst.get(Calendar.YEAR);
textVersionView.setText(textVersion);
final SharedPreferences prefs = getApplicationContext().getSharedPreferences("net.osmand.settings", MODE_WORLD_READABLE);
textVersionView.setOnClickListener(new OnClickListener(){