Clarify language
This commit is contained in:
@@ -140,7 +140,7 @@ public class ViewKeyActivity extends ActionBarActivity implements
|
||||
Bundle keyDetailsBundle = new Bundle();
|
||||
keyDetailsBundle.putParcelable(ViewKeyKeysFragment.ARG_DATA_URI, dataUri);
|
||||
mTabsAdapter.addTab(ViewKeyKeysFragment.class,
|
||||
keyDetailsBundle, getString(R.string.key_view_tab_keys_details));
|
||||
keyDetailsBundle, getString(R.string.key_view_tab_keys));
|
||||
|
||||
Bundle certBundle = new Bundle();
|
||||
certBundle.putParcelable(ViewKeyCertsFragment.ARG_DATA_URI, dataUri);
|
||||
|
||||
@@ -187,7 +187,7 @@ public class ViewKeyShareFragment extends Fragment implements
|
||||
if (fingerprintOnly) {
|
||||
title = getResources().getString(R.string.title_share_fingerprint_with);
|
||||
} else {
|
||||
title = getResources().getString(R.string.title_share_key_with);
|
||||
title = getResources().getString(R.string.title_share_key);
|
||||
}
|
||||
startActivity(Intent.createChooser(sendIntent, title));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user