sc/uiconfig/scalc/ui/pastespecial.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a12cf7902d8139e8a7a9d30dd9a9360a05411b8c
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Dec 10 18:51:38 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Dec 10 18:50:46 2022 +0000

    tdf#152455: Strings not translatable in paste special dialog
    
    Change-Id: I0c8834813af22f3de2da1f80a8895d518f66dada
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143908
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui 
b/sc/uiconfig/scalc/ui/pastespecial.ui
index ccdfcbc8a46a..a4afa26d7f65 100644
--- a/sc/uiconfig/scalc/ui/pastespecial.ui
+++ b/sc/uiconfig/scalc/ui/pastespecial.ui
@@ -43,7 +43,7 @@
             <property name="layout-style">end</property>
             <child>
               <object class="GtkButton" id="ok">
-                <property name="label" translatable="yes" 
context="stock">OK</property>
+                <property name="label" translatable="yes" 
context="stock">_OK</property>
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="can-default">True</property>
@@ -59,7 +59,7 @@
             </child>
             <child>
               <object class="GtkButton" id="cancel">
-                <property name="label" translatable="yes" 
context="stock">Cancel</property>
+                <property name="label" translatable="yes" 
context="stock">_Cancel</property>
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">True</property>
@@ -73,7 +73,7 @@
             </child>
             <child>
               <object class="GtkButton" id="help">
-                <property name="label" translatable="yes" 
context="stock">Help</property>
+                <property name="label" translatable="yes" 
context="stock">_Help</property>
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">True</property>

Reply via email to