]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.cpp
correct use of NSNumber constructor for NSTimeInterval;remove superfluous semicolons...
[lyx.git] / src / support / filetools.cpp
index 82d8766cff36bf118a95f0a4e7ce6372c7973008..2e8e10f94db5b4a9c24a1a6b3f90ea7cbd156d0d 100644 (file)
@@ -268,7 +268,7 @@ FileName const i18nLibFileSearch(string const & dir, string const & name,
           each po file is able to tell us its name. (JMarc)
        */
 
-       string lang = to_ascii(_("[[Replace with the code of your language]]"));
+       string lang = to_ascii(_(languageTestString()));
        string const language = getEnv("LANGUAGE");
        if (!lang.empty() && !language.empty())
                lang = language;