appy.gen: solved a tricky encoding problem.
This commit is contained in:
parent
d5f26dd1df
commit
c1174fac79
6 changed files with 60 additions and 67 deletions
|
@ -2556,8 +2556,7 @@ class Transition:
|
|||
notifier.sendMail(obj.appy(), self, transitionName, wf)
|
||||
# Return a message to the user if needed
|
||||
if not doSay or (transitionName == '_init_'): return
|
||||
if not msg:
|
||||
msg = obj.translate(u'Changes saved.')
|
||||
if not msg: msg = 'Changes saved.' # XXX Translate
|
||||
obj.say(msg)
|
||||
|
||||
class Permission:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue