make search hint translatable

Fixes #3261
Closes #3262

//FREEBIE
This commit is contained in:
agrajaghh
2015-05-27 12:19:11 +02:00
committed by Moxie Marlinspike
parent ec60c24849
commit 86c607a211
2 changed files with 4 additions and 0 deletions

View File

@@ -139,6 +139,9 @@
<string name="ConversationFragment_deleting">Deleting...</string>
<string name="ConversationFragment_deleting_messages">Deleting messages...</string>
<!-- ConversationListActivity -->
<string name="ConversationListActivity_search">Search...</string>
<!-- ConversationListFragment -->
<string name="ConversationListFragment_delete_threads_question">Delete threads?</string>
<string name="ConversationListFragment_are_you_sure_you_wish_to_delete_all_selected_conversation_threads">Are you sure you wish to delete ALL selected conversation threads?</string>