Merge pull request #57 from ScythianQortal/translations

Added Hungarian translations and reorganised existing translations
This commit is contained in:
CalDescent
2021-08-09 10:05:13 +01:00
committed by GitHub
23 changed files with 1000 additions and 489 deletions

View File

@@ -886,7 +886,7 @@ public class Controller extends Thread {
}
}
String tooltip = String.format("%s - %d %s - %s %d", actionText, numberOfPeers, connectionsText, heightText, height) + "\n" + String.format("Build version: %s", this.buildVersion);
String tooltip = String.format("%s - %d %s - %s %d", actionText, numberOfPeers, connectionsText, heightText, height) + "\n" + String.format("%s: %s", Translator.INSTANCE.translate("SysTray", "BUILD_VERSION"), this.buildVersion);
SysTray.getInstance().setToolTipText(tooltip);
this.callbackExecutor.execute(() -> {