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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new a00fc1e9ea Small change to dialog
a00fc1e9ea is described below

commit a00fc1e9ead4f4ac7b3881b5465157bb1185fedd
Author: mseidel <msei...@apache.org>
AuthorDate: Wed Feb 8 21:37:28 2023 +0100

    Small change to dialog
    
    (cherry picked from commit 2ad643f46d1eabcac6ffe6c8bfddd06a17f8373f)
---
 main/cui/source/dialogs/postdlg.src | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/cui/source/dialogs/postdlg.src 
b/main/cui/source/dialogs/postdlg.src
index 9aa2e3c36f..58bc857fff 100644
--- a/main/cui/source/dialogs/postdlg.src
+++ b/main/cui/source/dialogs/postdlg.src
@@ -34,7 +34,7 @@ ModalDialog RID_SVXDLG_POSTIT
        OutputSize = TRUE ;
        SvLook = TRUE ;
        Size = MAP_APPFONT ( 228, 120 ) ;
-       Text [ en-US ] = "Comment" ;
+       Text [ en-US ] = "Comments" ;
        Moveable = TRUE ;
        FixedText FT_LASTEDITLABEL
        {
@@ -103,6 +103,7 @@ ModalDialog RID_SVXDLG_POSTIT
                Size = MAP_APPFONT ( 24, 14 ) ;
                Symbol = IMAGEBUTTON_ARROW_RIGHT ;
        };
+// TODO: cleanup code for these unused elements
 //     FixedText FT_AUTHOR
 //     {
 //             Pos = MAP_APPFONT ( 12, 116 ) ;

Reply via email to