summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swift/Controllers/Chat/ChatController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/ChatController.cpp b/Swift/Controllers/Chat/ChatController.cpp
index 90ca7f8..07243a2 100644
--- a/Swift/Controllers/Chat/ChatController.cpp
+++ b/Swift/Controllers/Chat/ChatController.cpp
@@ -155,7 +155,7 @@ String ChatController::getStatusChangeString(boost::shared_ptr<Presence> presenc
}
}
if (!presence->getStatus().isEmpty()) {
- response += "(" + presence->getStatus() + ")";
+ response += " (" + presence->getStatus() + ")";
}
return response + ".";
}