1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-22 12:25:23 +02:00

Minor fixes in translations

This commit is contained in:
ngosang
2015-01-19 15:22:40 +01:00
parent 59369afb42
commit 7dfdcc20c2
18 changed files with 23 additions and 23 deletions

View File

@@ -96,7 +96,7 @@ local function get_formspec(tabview, name, tabdata)
else
--show dependencies
retval = retval .. ",Depends:,"
retval = retval .. "," .. fgettext("Depends:") .. ","
local toadd = modmgr.get_dependencies(selected_mod.path)