diff --git a/src/Gui/Dialogs/DlgAbout.cpp b/src/Gui/Dialogs/DlgAbout.cpp index a4b8762441..bd09a56cff 100644 --- a/src/Gui/Dialogs/DlgAbout.cpp +++ b/src/Gui/Dialogs/DlgAbout.cpp @@ -730,7 +730,7 @@ void AboutDialog::copyToClipboard() << QString::fromStdString(theme) << "/" << QString::fromStdString(style) << "\n"; // Add DPI information - str << "Logical/physical/ratio DPI: " + str << "Logical DPI/Physical DPI/Pixel Ratio: " << QApplication::primaryScreen()->logicalDotsPerInch() << "/" << QApplication::primaryScreen()->physicalDotsPerInch()