lgtm, untested. http://codereview.appspot.com/4277051/diff/1/tryton/gui/window/view_form/view... File tryton/gui/window/view_form/view/form_gtk/char.py (right): http://codereview.appspot.com/4277051/diff/1/tryton/gui/window/view_form/view... tryton/gui/window/view_form/view/form_gtk/char.py:58: Tooltips().set_tip(self.visibility_checkbox, 'Show password') Better use generic "Show plain text"?
http://codereview.appspot.com/4277051/diff/1/tryton/gui/window/view_form/view... File tryton/gui/window/view_form/view/form_gtk/char.py (right): http://codereview.appspot.com/4277051/diff/1/tryton/gui/window/view_form/view... tryton/gui/window/view_form/view/form_gtk/char.py:58: Tooltips().set_tip(self.visibility_checkbox, 'Show password') Missing _() for translation
http://codereview.appspot.com/4277051/diff/1/tryton/gui/window/view_form/view... File tryton/gui/window/view_form/view/form_gtk/char.py (right): http://codereview.appspot.com/4277051/diff/1/tryton/gui/window/view_form/view... tryton/gui/window/view_form/view/form_gtk/char.py:58: Tooltips().set_tip(self.visibility_checkbox, 'Show password') On 2011/03/15 10:36:48, udono wrote: > Better use generic "Show plain text"? Done. http://codereview.appspot.com/4277051/diff/1/tryton/gui/window/view_form/view... tryton/gui/window/view_form/view/form_gtk/char.py:58: Tooltips().set_tip(self.visibility_checkbox, 'Show password') On 2011/03/15 14:29:55, ced wrote: > Missing _() for translation Done.
LGTM