diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-23 21:20:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-23 21:20:39 +0100 |
commit | 3ce5a97f28780983cbaf57d65622df7766abb741 (patch) | |
tree | 2ac1ba1377fc1f5fcb479e0632ffbde7740258ec /svx/uiconfig/ui | |
parent | 22155f9adbbe853b6e03729605331c06f43972ca (diff) |
why do I keep getting these the wrong way around
Change-Id: I5f40f1b51d5581d97ded5576c7a1ad05a59d29e8
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/compressgraphicdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui index f7120cdad86d..8648523fc205 100644 --- a/svx/uiconfig/ui/compressgraphicdialog.ui +++ b/svx/uiconfig/ui/compressgraphicdialog.ui @@ -147,7 +147,7 @@ <property name="column_spacing">6</property> <child> <object class="GtkRadioButton" id="radio-jpeg"> - <property name="label" translatable="yes">JPEG Compression</property> + <property name="label" translatable="yes">JPEG Quality</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -163,7 +163,7 @@ </child> <child> <object class="GtkRadioButton" id="radio-lossless"> - <property name="label" translatable="yes">PNG Quality</property> + <property name="label" translatable="yes">PNG Compression</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |