Spacing on tx status debug tab

This commit is contained in:
zzz
2025-07-04 07:37:23 -04:00
parent adb264d400
commit 204e4c3825

View File

@@ -217,7 +217,7 @@ public class TranslationStatus {
String h = "Translation Summary (" + resources + " resources, " + langs.size() + " languages, " + grandtot + " strings)"; String h = "Translation Summary (" + resources + " resources, " + langs.size() + " languages, " + grandtot + " strings)";
if (_html) { if (_html) {
buf2.append("<h2>" + h + "</h2>\n"); buf2.append("<h2>" + h + "</h2>\n");
buf2.append("<p>Note: % translated includes compiled resources only</p>\n"); buf2.append("<p>Note: % translated includes compiled resources only</p><br>\n");
} else { } else {
buf2.append(h); buf2.append(h);
buf2.append("\n\nNote: % translated includes compiled resources only\n\n"); buf2.append("\n\nNote: % translated includes compiled resources only\n\n");