Skip to content

Commit 705b454

Browse files
Wuzzy2sfan5
authored andcommittedFeb 9, 2019
Remove fgettext("") in builtin
This call is useless and wrong, the empty string has a special meaning in Gettext.
1 parent ff5d4ff commit 705b454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎builtin/mainmenu/tab_online.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ local function get_formspec(tabview, name, tabdata)
3636
"field[0.15,0.075;5.91,1;te_search;;" .. core.formspec_escape(tabdata.search_for) .. "]" ..
3737
"button[5.62,-0.25;1.5,1;btn_mp_search;" .. fgettext("Search") .. "]" ..
3838
"image_button[6.97,-.165;.83,.83;" .. core.formspec_escape(defaulttexturedir .. "refresh.png")
39-
.. ";btn_mp_refresh;" .. fgettext("") .. "]" ..
39+
.. ";btn_mp_refresh;]" ..
4040

4141
-- Address / Port
4242
"label[7.75,-0.25;" .. fgettext("Address / Port") .. "]" ..

0 commit comments

Comments
 (0)