1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -05:00

rephrase the status message to put Push back to first with the space I so desperately craved

This commit is contained in:
Jesse Vincent 2009-11-16 19:32:39 +00:00
parent 8557cefabc
commit 849a1de91e

View File

@ -1077,7 +1077,7 @@ public class FolderList extends K9ListActivity {
if (folder.pushActive)
{
statusText = statusText + " "+ getString(R.string.folder_push_active_symbol);
statusText = getString(R.string.folder_push_active_symbol) + " "+ statusText;
}
if (statusText != null) {