mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
Fix the Search header on search results
This commit is contained in:
parent
63b6f6bf62
commit
bfaba499fe
@ -281,7 +281,7 @@ public class MessageList
|
||||
}
|
||||
else if (mQueryString != null)
|
||||
{
|
||||
setTitle(R.string.search_results + ": "+ mQueryString);
|
||||
setTitle(getString(R.string.search_results) + ": "+ mQueryString);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user