Translations

This commit is contained in:
serso
2016-02-26 23:28:29 +01:00
parent 922b9d7d2a
commit 6d1357e15d
36 changed files with 215 additions and 174 deletions

View File

@@ -43,7 +43,7 @@ public class BasePlotTest {
}
onView(withId(R.id.function_body)).perform(typeText(function.getBody()));
onView(withText(R.string.ok)).perform(click());
onView(withText(R.string.cpp_done)).perform(click());
}
protected final void openFunctionEditor() {