mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Corrected untranslatable string.
This commit is contained in:
@@ -2,8 +2,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: BOSS v3.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-11 09:23-0000\n"
|
||||
"PO-Revision-Date: 2014-02-11 09:23-0000\n"
|
||||
"POT-Creation-Date: 2014-02-11 17:46-0000\n"
|
||||
"PO-Revision-Date: 2014-02-11 17:46-0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: en\n"
|
||||
@@ -822,6 +822,12 @@ msgstr ""
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: backend/generators.h:264
|
||||
msgid ""
|
||||
"There have been no changes in the Details tab since BOSS was last run for "
|
||||
"this game."
|
||||
msgstr ""
|
||||
|
||||
#: backend/generators.h:274
|
||||
msgid "General Messages"
|
||||
msgstr ""
|
||||
|
||||
@@ -261,7 +261,7 @@ namespace boss {
|
||||
note.append_attribute("id").set_value("noChanges");
|
||||
note.text().set(boost::locale::translate("No change in details since last run.").str().c_str());
|
||||
*/
|
||||
messages.push_front(boss::Message(boss::g_message_say, "There have been no changes in the Details tab since BOSS was last run for this game."));
|
||||
messages.push_front(boss::Message(boss::g_message_say, boost::locale::translate("There have been no changes in the Details tab since BOSS was last run for this game.").str()));
|
||||
}
|
||||
|
||||
if (!messages.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user