# HG changeset patch # User Goffi # Date 1483919223 -3600 # Node ID 663e44f3009281d14098f80acc5b74ddd9564dc0 # Parent c601e3d40342313584d11a13c4b1de0ec12746e7 chat: added gettext call for hint_text in input diff -r c601e3d40342 -r 663e44f30092 src/cagou/plugins/plugin_wid_chat.kv --- a/src/cagou/plugins/plugin_wid_chat.kv Mon Jan 09 00:46:59 2017 +0100 +++ b/src/cagou/plugins/plugin_wid_chat.kv Mon Jan 09 00:47:03 2017 +0100 @@ -15,6 +15,7 @@ # along with this program. If not, see . #:import TransferMenu cagou.core.menu.TransferMenu +#:import _ sat.core.i18n._ : @@ -112,7 +113,7 @@ MessageInputWidget: id: message_input size_hint: 1, 1 - hint_text: "Enter your message here" + hint_text: _(u"Enter your message here") on_text_validate: root.onSend(args[0]) IconButton # transfer button