Chnage title
This commit is contained in:
parent
58bf45c7b8
commit
9d6076f38b
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
|
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
|
||||||
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
|
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
|
||||||
-->
|
-->
|
||||||
|
<string name="share_osm_edits_subject">Osm Edits shared via OsmAnd</string>
|
||||||
<string name="lang_nds">Low German</string>
|
<string name="lang_nds">Low German</string>
|
||||||
<string name="lang_mk">Macedonian</string>
|
<string name="lang_mk">Macedonian</string>
|
||||||
<string name="lang_fy">Frysk</string>
|
<string name="lang_fy">Frysk</string>
|
||||||
|
|
|
@ -626,7 +626,7 @@ public class OsmEditsFragment extends OsmAndListFragment
|
||||||
} else {
|
} else {
|
||||||
final Intent sendIntent = new Intent();
|
final Intent sendIntent = new Intent();
|
||||||
sendIntent.setAction(Intent.ACTION_SEND);
|
sendIntent.setAction(Intent.ACTION_SEND);
|
||||||
sendIntent.putExtra(Intent.EXTRA_SUBJECT, getString(R.string.share_fav_subject));
|
sendIntent.putExtra(Intent.EXTRA_SUBJECT, getString(R.string.share_osm_edits_subject));
|
||||||
sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(osmchange));
|
sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(osmchange));
|
||||||
sendIntent.setType("text/plain");
|
sendIntent.setType("text/plain");
|
||||||
startActivity(sendIntent);
|
startActivity(sendIntent);
|
||||||
|
|
Loading…
Reference in a new issue