Skip to content

Commit f4ef3c6

Browse files
Benjamin Mordauntdail8859
authored andcommitted
Make language in preferences dialog more consistent
Closes #494
1 parent 2307baf commit f4ef3c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/NotepadNext/dialogs/PreferencesDialog.ui

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@
1919
<item>
2020
<widget class="QCheckBox" name="checkBoxMenuBar">
2121
<property name="text">
22-
<string>Menu Bar</string>
22+
<string>Show menu bar</string>
2323
</property>
2424
</widget>
2525
</item>
2626
<item>
2727
<widget class="QCheckBox" name="checkBoxToolBar">
2828
<property name="text">
29-
<string>Tool Bar</string>
29+
<string>Show toolbar</string>
3030
</property>
3131
</widget>
3232
</item>
3333
<item>
3434
<widget class="QCheckBox" name="checkBoxStatusBar">
3535
<property name="text">
36-
<string>Status Bar</string>
36+
<string>Show status bar</string>
3737
</property>
3838
</widget>
3939
</item>
4040
<item>
4141
<widget class="QGroupBox" name="gbxRestorePreviousSession">
4242
<property name="title">
43-
<string>Restore Previous Session</string>
43+
<string>Restore previous session</string>
4444
</property>
4545
<property name="checkable">
4646
<bool>true</bool>
@@ -59,7 +59,7 @@
5959
<item>
6060
<widget class="QCheckBox" name="checkBoxRestoreTempFiles">
6161
<property name="text">
62-
<string>Temp Files</string>
62+
<string>Temporary files</string>
6363
</property>
6464
</widget>
6565
</item>

0 commit comments

Comments
 (0)