diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-08-15 20:01:56 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-08-15 20:01:56 +0300 |
commit | 5b94ed9f4e8bff5d2079b012434d16df4ab27397 (patch) | |
tree | 6207fa5482da9398bd279c12c420683d82087364 /indra | |
parent | 529778219388a445075880e86bc0e846004952c7 (diff) |
MAINT-6634 fixed string
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e1242513e1..64bc7fb2c4 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1131,7 +1131,7 @@ bool LLAppViewer::init() } else if (gGLManager.mIsNVIDIA) { - url = LLTrans::getString("NVIDIADriverPage"); + url = LLTrans::getString("NvidiaDriverPage"); } else if (gGLManager.mIsATI) { |