Fix window title in Plus UI

The title of the window must correspond to the Global Settings menu entry.
This commit is contained in:
isaak654 2022-07-30 10:18:55 +02:00
parent 02b8b66c37
commit 019e91c987
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
2 changed files with 4 additions and 3 deletions

View File

@ -78,7 +78,7 @@ CSettingsWindow::CSettingsWindow(QWidget *parent)
this->setWindowFlag(Qt::WindowStaysOnTopHint, bAlwaysOnTop);
ui.setupUi(this);
this->setWindowTitle(tr("Sandboxie Plus - Settings"));
this->setWindowTitle(tr("Sandboxie Plus - Global Settings"));
if (theConf->GetBool("Options/AltRowColors", false)) {
ui.treeWarnProgs->setAlternatingRowColors(true);

View File

@ -2930,8 +2930,9 @@ Scegliere No per selezionare: %2</translation>
<name>CSettingsWindow</name>
<message>
<location filename="Windows/SettingsWindow.cpp" line="81"/>
<source>Sandboxie Plus - Settings</source>
<translation>Sandboxie Plus - Impostazioni</translation>
<source>Sandboxie Plus - Global Settings</source>
<oldsource>Sandboxie Plus - Settings</oldsource>
<translation>Sandboxie Plus - Impostazioni globali</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="104"/>