This commit is contained in:
yangjiaxuan 2023-09-09 15:34:51 +08:00
parent 521f3c098e
commit d6c44403e6
1 changed files with 1 additions and 1 deletions

View File

@ -1895,7 +1895,7 @@ void hg_settingdialog::slot_buttonAboutClicked()
{ {
QString str = tr("Not supported"); QString str = tr("Not supported");
strcpy(info, str.toStdString().c_str()); strcpy(info, str.toStdString().c_str());
content += tr("<p>Roller count: %1</p>").arg(QString(info)); content += tr("<p>History count: %1</p>").arg(QString(info));
info[0] = 0; info[0] = 0;
} }
else else