]> git.lizzy.rs Git - minetest.git/commitdiff
Remove fgettext("") in builtin
authorWuzzy <Wuzzy2@mail.ru>
Sat, 9 Feb 2019 18:35:13 +0000 (19:35 +0100)
committersfan5 <sfan5@live.de>
Sat, 9 Feb 2019 19:12:56 +0000 (20:12 +0100)
This call is useless and wrong, the empty string has a special meaning in Gettext.

builtin/mainmenu/tab_online.lua

index a057d097305a8c8ad6ab785dae58541735dd764d..c632039fc77453e87aba2b61933a4a7305b2c287 100644 (file)
@@ -36,7 +36,7 @@ local function get_formspec(tabview, name, tabdata)
                "field[0.15,0.075;5.91,1;te_search;;" .. core.formspec_escape(tabdata.search_for) .. "]" ..
                "button[5.62,-0.25;1.5,1;btn_mp_search;" .. fgettext("Search") .. "]" ..
                "image_button[6.97,-.165;.83,.83;" .. core.formspec_escape(defaulttexturedir .. "refresh.png")
-                       .. ";btn_mp_refresh;" .. fgettext("") .. "]" ..
+                       .. ";btn_mp_refresh;]" ..
 
                -- Address / Port
                "label[7.75,-0.25;" .. fgettext("Address / Port") .. "]" ..