Skip to content
Snippets Groups Projects
Commit 0cae5ab2 authored by inso's avatar inso
Browse files

Fix interchanged display & general in settings

parent 66c83be6
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
<item>
<widget class="QPushButton" name="button_app">
<property name="text">
<string>Display</string>
<string>General</string>
</property>
<property name="icon">
<iconset resource="../../../res/icons/icons.qrc">
......@@ -47,7 +47,7 @@
<item>
<widget class="QPushButton" name="button_display">
<property name="text">
<string>General</string>
<string>Display</string>
</property>
<property name="icon">
<iconset resource="../../../res/icons/icons.qrc">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment