Merge pull request #941 from Wikinaut/add-new-string-ViewIdentityActivity_my_identity_fingerprint

add new string ViewIdentityActivity_my_identity_fingerprint
This commit is contained in:
Moxie Marlinspike
2014-03-02 15:50:18 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -46,8 +46,7 @@ public class ViewLocalIdentityActivity extends ViewIdentityActivity {
this.masterSecret = getIntent().getParcelableExtra("master_secret");
getIntent().putExtra("identity_key", IdentityKeyUtil.getIdentityKey(this, Curve.DJB_TYPE));
getIntent().putExtra("title", getString(R.string.ApplicationPreferencesActivity_my) + " " +
getString(R.string.ViewIdentityActivity_identity_fingerprint));
getIntent().putExtra("title", getString(R.string.ViewIdentityActivity_my_identity_fingerprint));
super.onCreate(bundle);
}