diff --git a/application/res/layout/serveradd.xml b/application/res/layout/serveradd.xml
index 40926ed..026e79d 100644
--- a/application/res/layout/serveradd.xml
+++ b/application/res/layout/serveradd.xml
@@ -43,6 +43,7 @@ along with Yaaic. If not, see .
android:layout_height="wrap_content" />
@@ -52,6 +53,7 @@ along with Yaaic. If not, see .
android:layout_height="wrap_content" />
@@ -61,6 +63,7 @@ along with Yaaic. If not, see .
android:layout_height="wrap_content" />
.
android:layout_height="wrap_content" />
.
android:maxEms="10" />
@@ -107,7 +113,8 @@ along with Yaaic. If not, see .
android:id="@+id/nickname"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:singleLine="true" />
+ android:singleLine="true"
+ android:contentDescription="@string/nickname" />
.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="yaaic"
+ android:contentDescription="@string/ident"
android:singleLine="true" />
.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text=""
+ android:contentDescription="@string/realname"
android:singleLine="true" />