Skip to content

Commit

Permalink
add new string ViewIdentityActivity_my_identity_fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikinaut committed Mar 2, 2014
1 parent a5c26b2 commit 4b2d07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
<string name="ViewIdentityActivity_the_scanned_key_matches_exclamation">The scanned key matches!</string>
<string name="ViewIdentityActivity_verified_exclamation">Verified!</string>
<string name="ViewIdentityActivity_identity_fingerprint">Identity Fingerprint</string>
<string name="ViewIdentityActivity_my_identity_fingerprint">My Identity Fingerprint</string>

<!-- KeyExchangeInitiator -->
<string name="KeyExchangeInitiator_initiate_despite_existing_request_question">Initiate Despite Existing Request?</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ public void onCreate(Bundle bundle) {
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);
}

Expand Down

0 comments on commit 4b2d07a

Please sign in to comment.