Kaydet (Commit) 3534e361 authored tarafından akki95's avatar akki95 Kaydeden (comit) Samuel Mehrbrodt

tdf#96252 - UI Confusing wording in Slideshow settings > Type of slideshow

Change-Id: Iae8a1980bb5b42c14c280c4b6d860f70fb4639e8
Reviewed-on: https://gerrit.libreoffice.org/21946Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst ab5c4277
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<object class="GtkDialog" id="PresentationDialog"> <object class="GtkDialog" id="PresentationDialog">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="border_width">6</property> <property name="border_width">6</property>
<property name="title" translatable="yes">Slide Show</property> <property name="title" translatable="yes">Slide Show Settings</property>
<property name="type_hint">dialog</property> <property name="type_hint">dialog</property>
<child internal-child="vbox"> <child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<child> <child>
<object class="GtkRadioButton" id="default"> <object class="GtkRadioButton" id="default">
<property name="label" translatable="yes">_Default</property> <property name="label" translatable="yes">F_ull screen</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="window"> <object class="GtkRadioButton" id="window">
<property name="label" translatable="yes">_Window</property> <property name="label" translatable="yes">In a _window</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="auto"> <object class="GtkRadioButton" id="auto">
<property name="label" translatable="yes">A_uto</property> <property name="label" translatable="yes">_Loop and repeat after:</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
...@@ -409,7 +409,7 @@ ...@@ -409,7 +409,7 @@
<object class="GtkLabel" id="label2"> <object class="GtkLabel" id="label2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes">Type</property> <property name="label" translatable="yes">Presentation Mode</property>
<attributes> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
</attributes> </attributes>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment