mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 07:39:57 +00:00
Spacing on tx status debug tab
This commit is contained in:
@@ -217,7 +217,7 @@ public class TranslationStatus {
|
||||
String h = "Translation Summary (" + resources + " resources, " + langs.size() + " languages, " + grandtot + " strings)";
|
||||
if (_html) {
|
||||
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 {
|
||||
buf2.append(h);
|
||||
buf2.append("\n\nNote: % translated includes compiled resources only\n\n");
|
||||
|
||||
Reference in New Issue
Block a user