Fix translation hint

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8215 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-04-04 21:05:48 +00:00
parent 6f0d4ecfd8
commit 46eb48864a

View File

@ -194,9 +194,9 @@ Translations::Translations() //: m_dictionary_manager("UTF-16")
// This one is just for the xgettext parser to pick up
#define ignore(X)
//I18N: Do NOT literally translate this string!! Please enter Y as the translation if your language is a RTL (right-to-left) language, N (or nothing) otherwise
ignore(_(" Is this a RTL language?"));
//I18N: Do NOT literally translate this string!! Please enter Y as the translation if your language is a RTL (right-to-left) language, N (or nothing) otherwise
const std::string isRtl = m_dictionary.translate(" Is this a RTL language?");
m_rtl = false;