make "Enter name or number" translateable

Fixes #3703
Closes #3708

// FREEBIE
This commit is contained in:
agrajaghh
2015-07-18 13:17:11 +02:00
committed by Moxie Marlinspike
parent 580a3182ab
commit cfc9514f89
2 changed files with 4 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
android:layout_width="0px"
android:layout_weight="1"
android:layout_marginLeft="5dp"
android:hint="Enter name or number"
android:hint="@string/contact_selection_activity__enter_name_or_number"
android:inputType="textPersonName"
style="@style/TextSecure.TitleTextStyle"
android:background="@android:color/transparent"