[minor] Translated status change comment

This commit is contained in:
Anand Doshi 2015-01-07 15:41:32 +05:30
parent 738d4ef5c8
commit 7b34ebe89d

View File

@ -67,7 +67,7 @@ class StatusUpdater(Document):
break
if self.status != _status:
self.add_comment("Label", self.status)
self.add_comment("Label", _(self.status))
if update:
frappe.db.set_value(self.doctype, self.name, "status", self.status)