Fix window title in Plus UI
The title of the window must correspond to the Global Settings menu entry.
This commit is contained in:
parent
02b8b66c37
commit
019e91c987
|
@ -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);
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue