Replace 'my' with 'your'

See
https://www.google.com/design/spec/style/writing.html#writing-language

// FREEBIE
This commit is contained in:
RiseT
2015-11-05 19:22:10 +01:00
committed by Moxie Marlinspike
parent 7f0b0803bc
commit e1f9519235
7 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ public class ConversationListActivityActions {
public static void clickMyIdentity(Context context) throws Exception {
openActionBarOverflowOrOptionsMenu(context);
onView(withText(R.string.arrays__my_identity_key)).perform(click());
onView(withText(R.string.arrays__your_identity_key)).perform(click());
}
public static void clickSettings(Context context) throws Exception {

View File

@@ -60,7 +60,7 @@ public class ConversationListActivityTest extends TextSecureEspressoTestCase<Con
onView(withText(R.string.text_secure_normal__menu_new_group)).check(matches(isDisplayed()));
onView(withText(R.string.text_secure_normal__mark_all_as_read)).check(matches(isDisplayed()));
onView(withText(R.string.arrays__import_export)).check(matches(isDisplayed()));
onView(withText(R.string.arrays__my_identity_key)).check(matches(isDisplayed()));
onView(withText(R.string.arrays__your_identity_key)).check(matches(isDisplayed()));
onView(withText(R.string.text_secure_normal__menu_settings)).check(matches(isDisplayed()));
if (!TextSecurePreferences.isPasswordDisabled(getContext())) {