Some text fixes, fix for turkey locales in arrow

This commit is contained in:
2015-03-15 18:24:15 -06:00
parent 69aa27c33e
commit ca9f5b0c30
7 changed files with 2363 additions and 2459 deletions

View File

@@ -939,7 +939,7 @@ class Controller(object):
def manage_mentions(self, data, user):
buffer = self.search_buffer("mentions", user)
play_sound = "mention_received.ogg"
message = _(u"New mention")
message = _(u"One mention from %s ") % (data["user"]["name"])
if "mentions" not in buffer.session.settings["other_buffers"]["muted_buffers"]:
self.notify(buffer.session, play_sound=play_sound, message=message)
buffer.add_new_item(data)