I18N - Att, text

- Added localization messages.
- Changed wording in ChangeLog.
This commit is contained in:
Paul Beckingham 2009-06-06 15:30:58 -04:00
parent f43e47a739
commit 37dd592110
3 changed files with 31 additions and 32 deletions

View file

@ -298,7 +298,7 @@ std::string upperCase (const std::string& input)
////////////////////////////////////////////////////////////////////////////////
const char* optionalBlankLine ()
{
if (context.config.get ("blanklines", true) == true)
if (context.config.get ("blanklines", true) == true) // no i18n
return newline;
return noline;