Commas, please

This commit is contained in:
Lirusaito
2019-07-22 10:33:11 -04:00
parent 1cc2933c32
commit 61730f3ee1

View File

@@ -131,7 +131,7 @@ void LLPrefsAscentChat::onCommitTimeDate(LLUICtrl* ctrl)
short_date = !tempDateFormat ? "%F" :
tempDateFormat == 1 ? "%Y/%m/%d" :
"%d/%m/%Y";
long_date = "%A %d %B %Y";
long_date = "%A, %d %B %Y";
timestamp = "%a %d %b %Y";
}
else