16 #define GETTEXT_DOMAIN "wesnoth-lib"
30 const std::vector<std::
string>& mods,
31 const std::
string& requester)
35 symbols[
"requester"] = requester;
38 message =
VGETTEXT(
"$requester requires the following modifications to "
42 message =
VGETTEXT(
"$requester requires the following modifications to "
47 std::string list =
"\t";
50 register_label(
"message",
false,
message);
52 register_label(
"itemlist",
false, list);
Main class to show messages to the user.
Abstract base class for all modal dialogs.
REGISTER_DIALOG(editor_edit_unit)
std::string join(const T &v, const std::string &s=",")
Generates a new string joining container items in a list.
std::map< std::string, t_string > string_map