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

New commits:
commit 563180953f72d2cffb1d81365d88fb330278d4b0
Author:     Julien Nabet <[email protected]>
AuthorDate: Sat Dec 10 18:51:38 2022 +0100
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sun Dec 11 10:23:36 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 <[email protected]>
    (cherry picked from commit a12cf7902d8139e8a7a9d30dd9a9360a05411b8c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143926
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui 
b/sc/uiconfig/scalc/ui/pastespecial.ui
index 3a01dc89a02b..bc4694e02645 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