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:
parent
8557cefabc
commit
849a1de91e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user