Skip to content

Commit 1ca5de5

Browse files
committed
chore: APP_NAME 흑우촌으로 변경
1 parent 6e95dcd commit 1ca5de5

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

indra/newview/llappviewer.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5296,11 +5296,7 @@ void LLAppViewer::purgeCacheImmediate()
52965296

52975297
std::string LLAppViewer::getSecondLifeTitle() const
52985298
{
5299-
#if ADDRESS_SIZE == 64
5300-
return LLTrans::getString( "APP_NAME" ) + "_x64";
5301-
#else
5302-
return LLTrans::getString("APP_NAME");
5303-
#endif
5299+
return LLTrans::getString("APP_NAME");
53045300
}
53055301

53065302
std::string LLAppViewer::getWindowTitle() const

indra/newview/skins/default/xui/ko/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
For example, the strings used in avatar chat bubbles, and strings
55
that are returned from one component and may appear in many places-->
66
<strings>
7+
<string name="APP_NAME">
8+
흑우촌
9+
</string>
710
<string name="SECOND_LIFE_GRID">
811
Second Life 그리드:
912
</string>

0 commit comments

Comments
 (0)