add new string ViewIdentityActivity_my_identity_fingerprint

This commit is contained in:
Thomas Gries
2014-03-02 23:04:26 +01:00
committed by Wikinaut
parent a5c26b2e16
commit 4b2d07ab35
2 changed files with 2 additions and 2 deletions

View File

@@ -45,8 +45,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);
}