diff --git a/res/layout/channeladd.xml b/res/layout/channeladd.xml index fac5bd9..118461d 100644 --- a/res/layout/channeladd.xml +++ b/res/layout/channeladd.xml @@ -27,7 +27,7 @@ along with Yaaic. If not, see . . . android:id="@+id/add" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Add" /> + android:text="@string/action_add" /> . android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/ok" - android:text="Ok" /> + android:text="@string/action_ok" />