diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-01-05 17:56:45 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-01-05 17:56:45 +0200 |
commit | 4a333f37317e6a793c953e0db6465bb8b6ec164c (patch) | |
tree | 37b14711c3d51e60989502f410fe96bb342e8fd1 /indra/newview/llnearbychat.cpp | |
parent | 71c0973a1eec0a58fcb143b268ac1069d16a4adb (diff) | |
parent | 0b51078da2f8c0a69791f8737d74d9330ef91eee (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index 649c414569..e7043b2d00 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -137,7 +137,7 @@ std::string appendTime() time_t utc_time; utc_time = time_corrected(); std::string timeStr ="["+ LLTrans::getString("TimeHour")+"]:[" - +LLTrans::getString("TimeMin")+"] "; + +LLTrans::getString("TimeMin")+"]"; LLSD substitution; |