mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Small fix
This commit is contained in:
@@ -1287,7 +1287,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
});
|
||||
|
||||
tvUnzipHint.setText(getString(R.string.compressed,
|
||||
TextUtils.join(",", MessageHelper.UNZIP_FORMATS),
|
||||
TextUtils.join(", ", MessageHelper.UNZIP_FORMATS),
|
||||
Integer.toString(MessageHelper.MAX_UNZIP_COUNT),
|
||||
Helper.humanReadableByteCount(MessageHelper.MAX_UNZIP_SIZE)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user