1
0
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:
Jesse Vincent 2009-12-27 17:22:32 +00:00
parent 63b6f6bf62
commit bfaba499fe

View File

@ -281,7 +281,7 @@ public class MessageList
}
else if (mQueryString != null)
{
setTitle(R.string.search_results + ": "+ mQueryString);
setTitle(getString(R.string.search_results) + ": "+ mQueryString);
}
}