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

Make the status messages for folders that are being synced with push a bit prettier

This commit is contained in:
Jesse Vincent 2009-11-16 18:34:46 +00:00
parent b9509e73f2
commit 1c5289f412

View File

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