diff options
author | Baptiste Jonglez <baptiste--git@jonglez.org> | 2012-05-25 13:17:37 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-25 13:28:26 +0200 |
commit | b5a911421fbacc0e937264919ad4718f2fc4de14 (patch) | |
tree | b8772667c35eaaed9bffe9dd26a1efd00401b929 /src/io.c | |
parent | 1019be7cced2c0dfb677336ee2fe1da8bfde5a22 (diff) | |
download | calcurse-b5a911421fbacc0e937264919ad4718f2fc4de14.tar.gz calcurse-b5a911421fbacc0e937264919ad4718f2fc4de14.zip |
Fix incorrect i18n usage for some strings
Some strings are initialized without wrapping them in _(); instead,
_() is applied on the variable when it is used.
This is incorrect, since these strings don't get added to the catalog.
Fix that by applying _() only once, when the string is declared.
Signed-off-by: Baptiste Jonglez <baptiste--git@jonglez.org>
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/io.c')
0 files changed, 0 insertions, 0 deletions