1 parent 6e95dcd commit 1ca5de5Copy full SHA for 1ca5de5
2 files changed
indra/newview/llappviewer.cpp
@@ -5296,11 +5296,7 @@ void LLAppViewer::purgeCacheImmediate()
5296
5297
std::string LLAppViewer::getSecondLifeTitle() const
5298
{
5299
-#if ADDRESS_SIZE == 64
5300
- return LLTrans::getString( "APP_NAME" ) + "_x64";
5301
-#else
5302
- return LLTrans::getString("APP_NAME");
5303
-#endif
+ return LLTrans::getString("APP_NAME");
5304
}
5305
5306
std::string LLAppViewer::getWindowTitle() const
indra/newview/skins/default/xui/ko/strings.xml
@@ -4,6 +4,9 @@
4
For example, the strings used in avatar chat bubbles, and strings
5
that are returned from one component and may appear in many places-->
6
<strings>
7
+ <string name="APP_NAME">
8
+ 흑우촌
9
+ </string>
10
<string name="SECOND_LIFE_GRID">
11
Second Life 그리드:
12
</string>
0 commit comments