1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-02 00:05:26 +01:00

Minor fixes in translations

This commit is contained in:
ngosang
2015-01-21 02:50:33 +01:00
committed by BlockMen
parent 7f6fc148bd
commit 2b635a892c
6 changed files with 19 additions and 19 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)