translations: Improve some poorly-worded strings.

This commit is contained in:
Yago González
2017-01-28 23:08:08 +00:00
committed by Tim Abbott
parent 36d54cf5ff
commit 7fe090f902
15 changed files with 20 additions and 19 deletions

View File

@@ -51,7 +51,7 @@ class UserPresenceTests(ZulipTestCase):
email = "hamlet@zulip.com"
self.login(email)
result = self.client_post("/json/users/me/presence", {'status': 'foo'})
self.assert_json_error(result, 'Invalid presence status: foo')
self.assert_json_error(result, 'Invalid status: foo')
def test_set_idle(self):
# type: () -> None