unify variable names

This commit is contained in:
normen
2020-11-26 02:46:00 +01:00
parent 2e891d05ca
commit 9e62295188
3 changed files with 13 additions and 13 deletions

View File

@@ -562,7 +562,7 @@ func getTextMessageString(msg *messages.Message) string {
if msg.FromMe { //msg from me
out += "[-::d](" + time + ") [" + colorMe + "::b]Me: [-::-]" + text
} else { // message from others
out += "[-::d](" + time + ") [" + colorContact + "::b]" + msg.SourceShort + ": [-::-]" + text
out += "[-::d](" + time + ") [" + colorContact + "::b]" + msg.ContactShort + ": [-::-]" + text
}
out += "[\"\"]"
return out