Use gettext string for breset tool
commit3e8f7a7547a20aa323c9b2180edb4412ffeed644
authorNicolas VIVIEN <nicolas@vivien.fr>
Thu, 19 Nov 2009 22:04:13 +0000 (19 23:04 +0100)
committerNicolas VIVIEN <nicolas@vivien.fr>
Tue, 24 Nov 2009 20:26:26 +0000 (24 21:26 +0100)
treeef72ab03bfef66fc3739f5e30e21517871f292d5
parentf878b9a3589d2e85dd756782136c2a8e27bf3235
Use gettext string for breset tool

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