diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-18 12:45:34 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-18 12:45:34 +0100 | 
| commit | 519702b70e8b2266ef190345ab408ff6f26c6b45 (patch) | |
| tree | 4f4dafbee6d3b567948d6b2ae5d44421e576a2f6 /gui | |
| parent | d5acf166709cce58913fe77dd99b318816c2e7d8 (diff) | |
gui/options-dialog: don't use "TX" et al in labels
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/options-dialog.ui | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/options-dialog.ui b/gui/options-dialog.ui index 3dea2f4e..e4035bbf 100644 --- a/gui/options-dialog.ui +++ b/gui/options-dialog.ui @@ -970,7 +970,7 @@               <item row="0" column="2">                <widget class="QLabel" name="label_4">                 <property name="text"> -                <string>TX</string> +                <string>X</string>                 </property>                </widget>               </item> @@ -1000,7 +1000,7 @@               <item row="1" column="2">                <widget class="QLabel" name="label_5">                 <property name="text"> -                <string>TY</string> +                <string>Y</string>                 </property>                </widget>               </item> @@ -1023,7 +1023,7 @@               <item row="2" column="2">                <widget class="QLabel" name="label_6">                 <property name="text"> -                <string>TZ</string> +                <string>Z</string>                 </property>                </widget>               </item>  | 
