summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterabout.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-31 11:41:20 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-31 11:41:20 -0400
commit35aa37ceedaa1cadc5fd01639ecf0fafa2214b6f (patch)
tree70ccbf451ca7b3113d9baee8498072d7a1f55535 /indra/newview/llfloaterabout.cpp
parent012a0953b56d8313c6c0f71444f115de1aeeb7e1 (diff)
parentf18cfe97750cc13374adab15636532fe0fbda19c (diff)
merge
Diffstat (limited to 'indra/newview/llfloaterabout.cpp')
-rw-r--r--indra/newview/llfloaterabout.cpp3
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)
{