From d3ff0a5b96e16cc54a3afbf49ecd73bb074786c0 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 13 Nov 2024 12:24:34 +0800 Subject: Fix previous commit --- indra/newview/lllogchat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index e398ca5cb7..1db7bd978c 100644 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -312,7 +312,7 @@ std::string LLLogChat::timestamp2LogString(U32 timestamp, bool withdate) + LLTrans::getString ("TimeMonth") + "]/[" + LLTrans::getString ("TimeDay") + "] [" + LLTrans::getString ("TimeHour") + "]:[" - + LLTrans::getString ("TimeMin") + "]:["; + + LLTrans::getString ("TimeMin") + "]:[" + LLTrans::getString ("TimeSec") + "]"; } else -- cgit v1.2.3