[Libreoffice-commits] core.git: sd/uiconfig

akki95 akshaydeepiitr at gmail.com
Tue Feb 2 12:04:04 UTC 2016


 sd/uiconfig/simpress/ui/presentationdialog.ui |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 3534e361405ed86ce3534b0a85234d6431a88aaa
Author: akki95 <akshaydeepiitr at gmail.com>
Date:   Sun Jan 31 01:04:14 2016 +0530

    tdf#96252 - UI Confusing wording in Slideshow settings > Type of slideshow
    
    Change-Id: Iae8a1980bb5b42c14c280c4b6d860f70fb4639e8
    Reviewed-on: https://gerrit.libreoffice.org/21946
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sd/uiconfig/simpress/ui/presentationdialog.ui b/sd/uiconfig/simpress/ui/presentationdialog.ui
index 10c0899..c044a5a 100644
--- a/sd/uiconfig/simpress/ui/presentationdialog.ui
+++ b/sd/uiconfig/simpress/ui/presentationdialog.ui
@@ -5,7 +5,7 @@
   <object class="GtkDialog" id="PresentationDialog">
     <property name="can_focus">False</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>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
@@ -314,7 +314,7 @@
                             <property name="row_spacing">6</property>
                             <child>
                               <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="can_focus">True</property>
                                 <property name="receives_default">False</property>
@@ -331,7 +331,7 @@
                             </child>
                             <child>
                               <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="can_focus">True</property>
                                 <property name="receives_default">False</property>
@@ -347,7 +347,7 @@
                             </child>
                             <child>
                               <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="can_focus">True</property>
                                 <property name="receives_default">False</property>
@@ -409,7 +409,7 @@
                       <object class="GtkLabel" id="label2">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">Type</property>
+                        <property name="label" translatable="yes">Presentation Mode</property>
                         <attributes>
                           <attribute name="weight" value="bold"/>
                         </attributes>


More information about the Libreoffice-commits mailing list