Added translations for LOG messages
* Added C Macro to allow QT lupdate parsing * Added QTtrranslation wrapper around dialog message * Updated all translation files
This commit is contained in:
parent
e39fafc64f
commit
6934bbf802
20 changed files with 4105 additions and 5701 deletions
|
|
@ -1635,7 +1635,7 @@ void OpenRGBDialog::onShowDialogMessage()
|
|||
|
||||
QMessageBox box;
|
||||
|
||||
box.setInformativeText(dialog_message);
|
||||
box.setInformativeText(QCoreApplication::translate("ResourceManager", dialog_message.toUtf8()));
|
||||
|
||||
QCheckBox* CheckBox_DontShowAgain = new QCheckBox("Don't show this message again");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue