Browse Source

Merge pull request #5558

99913f0 Fix reference. (Thomas Zander)
0.13
Wladimir J. van der Laan 10 years ago
parent
commit
f8c48589cf
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/forms/optionsdialog.ui

2
src/qt/forms/optionsdialog.ui

@ -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&amp;inimize on close</string> <string>M&amp;inimize on close</string>

Loading…
Cancel
Save