This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 1986472  Reversed small changes
1986472 is described below

commit 1986472fd5882e9c172fd1e6628697ec0c37d322
Author: mseidel <[email protected]>
AuthorDate: Wed Feb 2 17:03:30 2022 +0100

    Reversed small changes
---
 main/svx/source/stbctrls/stbctrls.src | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/main/svx/source/stbctrls/stbctrls.src 
b/main/svx/source/stbctrls/stbctrls.src
index 9823650..dfd50f7 100644
--- a/main/svx/source/stbctrls/stbctrls.src
+++ b/main/svx/source/stbctrls/stbctrls.src
@@ -94,31 +94,31 @@ Menu RID_SVXMNU_ZOOM
                {
                        Identifier = ZOOM_200 ;
                        HelpId = HID_MNU_ZOOM_200 ;
-                       Text [ en-US ] = "200 %" ;
+                       Text = "200 %" ;
                };
                MenuItem
                {
                        Identifier = ZOOM_150 ;
                        HelpId = HID_MNU_ZOOM_150 ;
-                       Text [ en-US ] = "150 %" ;
+                       Text = "150 %" ;
                };
                MenuItem
                {
                        Identifier = ZOOM_100 ;
                        HelpId = HID_MNU_ZOOM_100 ;
-                       Text [ en-US ] = "100 %" ;
+                       Text = "100 %" ;
                };
                MenuItem
                {
                        Identifier = ZOOM_75 ;
                        HelpId = HID_MNU_ZOOM_75 ;
-                       Text [ en-US ] = "75 %" ;
+                       Text = "75 %" ;
                };
                MenuItem
                {
                        Identifier = ZOOM_50 ;
                        HelpId = HID_MNU_ZOOM_50 ;
-                       Text [ en-US ] = "50 %" ;
+                       Text = "50 %" ;
                };
                MenuItem
                {
@@ -236,7 +236,7 @@ Image RID_SVXBMP_SIGNET_NOTVALIDATED
 {
        ImageBitmap = Bitmap
        {
-               File = "notcertificate_11x16.png" ;
+               File = "notcertificate_16.png" ;
        };
 };
 Image RID_SVXBMP_SIGNET_H
@@ -257,7 +257,7 @@ Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
 {
     ImageBitmap = Bitmap
     {
-        File = "notcertificate_11x16_h.png" ;
+        File = "notcertificate_16_h.png" ;
     };
 };
 

Reply via email to