sfx2/uiconfig/ui/saveastemplatedlg.ui |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 817c22456408b3d8af022be85c9734989604deb5
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Thu Dec 17 14:58:12 2020 +0100
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Sat Dec 19 08:49:46 2020 +0100

    add tooltips and improve labels to Save as Template dialog
    
       Add action verbs to labels and colon (because they have a buddy control)
    
    Change-Id: I90602587425993c91bbb75ecd66f7e40181e01b3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107813
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sfx2/uiconfig/ui/saveastemplatedlg.ui 
b/sfx2/uiconfig/ui/saveastemplatedlg.ui
index 980878d8336b..0a5fdda665c6 100644
--- a/sfx2/uiconfig/ui/saveastemplatedlg.ui
+++ b/sfx2/uiconfig/ui/saveastemplatedlg.ui
@@ -99,7 +99,8 @@
                   <object class="GtkLabel" id="create_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes" 
context="saveastemplatedlg|create_label">Template _Name</property>
+                    <property name="label" translatable="yes" 
context="saveastemplatedlg|create_label">Enter Template _Name:</property>
+                    <property name="tooltip_text" translatable="yes" 
context="saveastemplatedlg|create_label">Enter a name for the 
template.</property>
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">name_entry</property>
                     <property name="xalign">0</property>
@@ -149,7 +150,8 @@
                   <object class="GtkLabel" id="select_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes" 
context="saveastemplatedlg|select_label">Template _Category</property>
+                    <property name="label" translatable="yes" 
context="saveastemplatedlg|select_label">Select Template _Category:</property>
+                    <property name="tooltip_text" translatable="yes" 
context="saveastemplatedlg|select_label">Save template in selected 
category.</property>
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">categorylb</property>
                     <property name="xalign">0</property>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to