Hint destination port to be 5353

Closes #304
This commit is contained in:
M66B 2016-02-10 09:16:37 +01:00
parent 5c13c4ab0c
commit 6916fda17e
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
android:id="@+id/etRPort"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="53"
android:hint="5353"
android:inputType="number"
android:textAppearance="@style/TextMedium" />