Use gettext string for breset tool
commitf878b9a3589d2e85dd756782136c2a8e27bf3235
authorNicolas VIVIEN <nicolas@vivien.fr>
Thu, 19 Nov 2009 21:55:57 +0000 (19 22:55 +0100)
committerNicolas VIVIEN <nicolas@vivien.fr>
Tue, 24 Nov 2009 20:26:26 +0000 (24 21:26 +0100)
tree24638c293bfa8727a19b56de3e81acd123b01aef
parent23baa0347d1e642b5cd80b5172964ffaf3019f23
Use gettext string for breset tool

Each string has to be defined as :
_("Hello, World")
or
N_("Hello, World")
tools/breset.cc