We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521e61 commit 91e5a33Copy full SHA for 91e5a33
src/translation.cpp
@@ -41,7 +41,7 @@ const std::wstring &Translations::getTranslation(
41
try {
42
return m_translations.at(key);
43
} catch (const std::out_of_range &) {
44
- warningstream << "Translations: can't find translation for string \""
+ verbosestream << "Translations: can't find translation for string \""
45
<< wide_to_utf8(s) << "\" in textdomain \""
46
<< wide_to_utf8(textdomain) << "\"" << std::endl;
47
// Silence that warning in the future
0 commit comments