use ©

This commit is contained in:
sonora 2014-11-28 05:31:11 +01:00
parent fbee9b6a4d
commit 967826f182
2 changed files with 3 additions and 3 deletions

View file

@ -14,12 +14,12 @@
<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">©OpenStreetMap</a></string>
<string name="openstreetmap_copyright"><a href="http://www.openstreetmap.org/copyright">&copy;OpenStreetMap</a></string>
<string name="about_content">Data is powered by OpenStreetMaps ODbL
\n\nAll rights belong to OsmAnd app.
\n\nCopyright © 2010-2014 OsmAnd Authors :
\n\nCopyright &copy; 2010-2014 OsmAnd Authors :
\n\tVictor Shcherb - all parts of the project, originator
\n\tAlexey Pelykh - rendering and core parts
\n\tHardy Mueller - main parts of the project, mostly rendering, UI interaction design

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 = "©OsmAnd " + inst.get(Calendar.YEAR);
final String textVersion = "&copy;OsmAnd " + inst.get(Calendar.YEAR);
textVersionView.setText(textVersion);
final SharedPreferences prefs = getApplicationContext().getSharedPreferences("net.osmand.settings", MODE_WORLD_READABLE);
textVersionView.setOnClickListener(new OnClickListener(){