- Localized a few strings, for fun.
This commit is contained in:
Paul Beckingham 2011-05-25 01:13:19 -04:00
parent 62203a45f8
commit 02065c3cdc
8 changed files with 50 additions and 232 deletions

View file

@ -28,6 +28,7 @@
#include <sstream>
#include <Context.h>
#include <text.h>
#include <i18n.h>
#include <DOM.h>
#include "../cmake.h"
@ -138,7 +139,7 @@ const std::string DOM::get (const std::string& name)
#elif defined (LINUX)
return "Linux";
#else
return "<unknown>";
return STRING_DOM_UNKNOWN
#endif
else