Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove fgettext("") in builtin
This call is useless and wrong, the empty string has a special meaning in Gettext.
  • Loading branch information
Wuzzy2 authored and sfan5 committed Feb 9, 2019
1 parent ff5d4ff commit 705b454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_online.lua
Expand Up @@ -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") .. "]" ..
Expand Down

0 comments on commit 705b454

Please sign in to comment.