1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-04 09:00:44 +02:00

fix translation + remove old files

This commit is contained in:
Niklp09
2023-06-11 15:11:54 +02:00
parent a50f095ae5
commit 0a3e3f8034
12 changed files with 5 additions and 155 deletions

View File

@ -54,7 +54,7 @@ function signs_api.set_formspec(pos)
else
local extralabel = ""
if maxlines then
extralabel = S(" (first %s lines only)"):format(maxlines)
extralabel = S(" (first @1 lines only)", maxlines)
end
fs = "textarea[0.5,0.7;5.5,2;display_text;"..S("Text")..""..