Add a hint for translators.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17946 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
92bd97b121
commit
6667857eb2
1 changed files with 2 additions and 1 deletions
|
@ -413,7 +413,8 @@ QString Config::languageName(const QString &qmFile)
|
|||
if(!translator.load(file, programPath))
|
||||
translator.load(file, ":/lang");
|
||||
|
||||
return translator.translate("Configure", "English");
|
||||
return translator.translate("Configure", "English",
|
||||
"This is the localized language name, i.e. your language.");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue