mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 23:04:00 +00:00
preferences: Reword part of the file dialog message
This commit is contained in:
parent
8c14dc1872
commit
95a192fe79
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user