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

New commits:
commit 206e80960e4607e5bcde09db3ce511d18c9b2428
Author:     Julien Nabet <[email protected]>
AuthorDate: Sat Dec 10 18:51:38 2022 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Dec 10 21:24:07 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/+/143924
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

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