Fix lone tabbed line

This commit is contained in:
Daniel Martí 2014-12-31 00:10:09 +01:00
parent 30bebd8361
commit 5dd4b8de1c

View File

@ -173,7 +173,7 @@ public class UpdateService extends IntentService implements ProgressListener {
for (CharSequence error : repoErrors) {
if (msgB.length() > 0) msgB.append('\n');
msgB.append(error);
}
}
if (resultCode == UpdateService.STATUS_ERROR_LOCAL_SMALL) {
msgB.append("\n").append(context.getString(R.string.all_other_repos_fine));
}