Fix translation templates / use as per #6131 (#9515)

This commit is contained in:
SomeTroglodyte
2023-06-04 07:21:13 +02:00
committed by GitHub
parent e914f79657
commit 1c830672ef
2 changed files with 5 additions and 4 deletions

View File

@ -135,7 +135,7 @@ class MapEditorOptionsTab(
private fun showOverlayFileName() = overlayFileButton.run {
if (editorScreen.overlayFile == null) {
setText("Click to choose a file")
setText("Click to choose a file".tr())
style.fontColor.a = 0.5f
} else {
setText(editorScreen.overlayFile!!.path())