Change "Always show menu bar" to "Always show status bar" in Settings

This commit is contained in:
Nicolas Mailloux 2021-03-28 15:51:02 -04:00
parent 118b6c89e4
commit ccf67053df

View file

@ -318,7 +318,7 @@
<item row="3" column="0"> <item row="3" column="0">
<widget class="QCheckBox" name="menuBarCheckBox"> <widget class="QCheckBox" name="menuBarCheckBox">
<property name="text"> <property name="text">
<string>Always show menu bar</string> <string>Always show status bar</string>
</property> </property>
</widget> </widget>
</item> </item>