preferences: Reword part of the file dialog message

This commit is contained in:
Ignacio R. Morelle 2016-10-05 01:10:12 -03:00
parent 8c14dc1872
commit 95a192fe79

View File

@ -145,7 +145,7 @@ void show_wesnothd_server_search(CVideo& video)
? old_path : filesystem::get_exe_dir();
const std::string msg = vgettext(
"The <b>$filename</b> server application provides multiplayer server functionality and is required for hosting local network games. It will normally be found in the same folder where the game executable is installed.", {{"filename", filename}});
"The <b>$filename</b> server application provides multiplayer server functionality and is required for hosting local network games. It will normally be found in the same folder as the game executable.", {{"filename", filename}});
gui2::tfile_dialog dlg;