diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-08 13:58:48 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-08 13:58:48 -0800 |
commit | 52ab1a03f20e389f974e9c6c00585dea205b354a (patch) | |
tree | 4bb755d9b5b5d18cdd295f169dc51a50f2ebe848 /indra/newview/llappviewer.cpp | |
parent | 0a3781673f7e95110d33df0332a4abe238f4c769 (diff) |
EXT-4049 Change About SL window label from ABOUT Second Life to About Second Life
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e0356bc091..fb1bded795 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -313,6 +313,7 @@ void init_default_trans_args() { default_trans_args.insert("SECOND_LIFE"); // World default_trans_args.insert("APP_NAME"); + default_trans_args.insert("CAPITALIZED_APP_NAME"); default_trans_args.insert("SECOND_LIFE_GRID"); default_trans_args.insert("SUPPORT_SITE"); } |