Skip to content

Commit

Permalink
chore: update the file
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Dec 23, 2024
1 parent 538dc15 commit 64feaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Common/xTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@ bool xTools::tryToReboot()
{
int ret = QMessageBox::information(
nullptr,
QObject::tr("Need to Reboot"),
QObject::tr("The operation need to reboot to effected, reboot the application now?"),
tr("Need to Reboot"),
tr("The operation need to reboot to effected, reboot the application now?"),
QMessageBox::Ok | QMessageBox::Cancel);
if (ret == QMessageBox::Ok) {
QProcess::startDetached(QApplication::applicationFilePath(), QStringList());
Expand Down

0 comments on commit 64feaef

Please sign in to comment.