diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:49:03 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:49:03 -0400 |
commit | 67f1bc678d077706e4c9a0c0456020f64ff22969 (patch) | |
tree | 513ed1b6b8f0bad0a5ed628bac90152d695a0c9b | |
parent | 5d95e1ff37132fc7a3e7b2343f10d12d6bcef86e (diff) | |
parent | 58cd554af7bf2e498a8bf64252bd0e40e305ce91 (diff) |
merge changes for storm-1667
-rw-r--r-- | indra/newview/llfloaterabout.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 22f500ba15..83fb887d81 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -384,6 +384,9 @@ void LLFloaterAbout::setSupportText(const std::string& server_release_notes_url) // Render the LLSD from getInfo() as a format_map_t LLStringUtil::format_map_t args; + // allow the "Release Notes" URL label to be localized + args["ReleaseNotes"] = LLTrans::getString("ReleaseNotes"); + for (LLSD::map_const_iterator ii(info.beginMap()), iend(info.endMap()); ii != iend; ++ii) { |