aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/create_conference_dialog.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-29 23:29:21 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-29 23:29:21 +0200
commit5a148ad244705d4d7238903b37c3a46206df2521 (patch)
tree743760b7427574b95e640d862f808cd77c2ba12c /src/main/res/layout/create_conference_dialog.xml
parent127981e3cbfca4b2bda85c93a0ad4877df0728a7 (diff)
non functional muc edit button
Diffstat (limited to 'src/main/res/layout/create_conference_dialog.xml')
-rw-r--r--src/main/res/layout/create_conference_dialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/create_conference_dialog.xml b/src/main/res/layout/create_conference_dialog.xml
index 2cb78b165..ca26e618b 100644
--- a/src/main/res/layout/create_conference_dialog.xml
+++ b/src/main/res/layout/create_conference_dialog.xml
@@ -42,7 +42,7 @@
style="@style/Widget.Conversations.EditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:hint="@string/edit_subject_hint"
+ android:hint="@string/topic"
android:nextFocusDown="@+id/subject"
android:nextFocusUp="@+id/subject" />
</android.support.design.widget.TextInputLayout>