mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Fix reference.
The text talked about "Quit" while Bitcoin uses "Exit" in its menu.
This commit is contained in:
parent
e5153095ea
commit
99913f0f70
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="minimizeOnClose">
|
<widget class="QCheckBox" name="minimizeOnClose">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu.</string>
|
<string>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>M&inimize on close</string>
|
<string>M&inimize on close</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue