Corrected untranslatable string.

This commit is contained in:
WrinklyNinja
2014-02-11 17:52:00 +00:00
parent b118d34e37
commit 9dbdf75044
2 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -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 ""
+1 -1
View File
@@ -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()) {