diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-12-10 18:51:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-12-10 18:50:46 +0000 |
commit | a12cf7902d8139e8a7a9d30dd9a9360a05411b8c (patch) | |
tree | 50942c32f1f268fddb09400bd7606400554a2951 /sc | |
parent | 09ae3c01940bbc25ffde51963683b04e3cb4bb6a (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/pastespecial.ui | 6 |
1 files changed, 3 insertions, 3 deletions
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> |