summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-11-08 16:15:36 -0500
committerJonathan Yap <none@none>2013-11-08 16:15:36 -0500
commit3e429c1e11ab5d9a3279598fd671cee230d40afd (patch)
treede751e75ff9af86fa818d156a68a76da96503e49 /indra/newview/llviewermessage.cpp
parent662efccfb821c2bf61c286aeec97563d7f95a9f8 (diff)
STORM-1980/1983 Small XML cleanup.
Changed notification type to Alert. Addes seconds field to notification message.
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rwxr-xr-xindra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 48bfdc03ac..805b3aab18 100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -5967,7 +5967,7 @@ bool attempt_standard_notification(LLMessageSystem* msgsystem)
// being off.
time_t utc_time;
utc_time = time_corrected();
- std::string timeStr = LLTrans::getString("ViewerMessageTime");
+ std::string timeStr = LLTrans::getString("HMSTime");
LLSD substitution;
substitution["datetime"] = (S32) utc_time;
LLStringUtil::format(timeStr, substitution);