Bunch of excess clean up from while I was working on things

This commit is contained in:
Liru Færs
2019-10-10 02:49:17 -04:00
parent 0409a81e36
commit d16ff5cb5c
4 changed files with 2 additions and 49 deletions

View File

@@ -8607,7 +8607,7 @@ void process_covenant_reply(LLMessageSystem* msg, void**)
}
else
{
last_modified = LLTrans::getString("covenant_modified") + " " + formatted_time((time_t)covenant_timestamp);
last_modified = LLTrans::getString("covenant_modified") + ' ' + formatted_time((time_t)covenant_timestamp);
}
LLPanelEstateCovenant::updateLastModified(last_modified);