Reorganised translations

Added new keys and removed old unused keys
Localised the "Build version" string in the SysTray
This commit is contained in:
Scythian
2021-08-06 19:27:28 +01:00
parent f09677d376
commit 746c68c9f6
5 changed files with 234 additions and 225 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(() -> {