This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new a39633e714 Small change in dialog a39633e714 is described below commit a39633e71443938ee22af305c93c4a91f86ad37f Author: mseidel <msei...@apache.org> AuthorDate: Fri Sep 23 19:51:17 2022 +0200 Small change in dialog --- main/sw/source/ui/fldui/changedb.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/sw/source/ui/fldui/changedb.src b/main/sw/source/ui/fldui/changedb.src index f1d726fb2b..7bbe153546 100644 --- a/main/sw/source/ui/fldui/changedb.src +++ b/main/sw/source/ui/fldui/changedb.src @@ -86,14 +86,14 @@ ModalDialog DLG_CHANGE_DB }; FixedText FT_DOCDBTEXT { - Pos = MAP_APPFONT ( 6, 161 ) ; + Pos = MAP_APPFONT ( 12, 161 ) ; Size = MAP_APPFONT ( 100, 8 ) ; Left = TRUE ; Text [ en-US ] = "Database applied to document:" ; }; FixedText FT_DOCDBNAME { - Pos = MAP_APPFONT ( 109, 161 ) ; + Pos = MAP_APPFONT ( 118, 161 ) ; Size = MAP_APPFONT ( 114, 8 ) ; Left = TRUE ; Text [ en-US ] = "Addresses.Addresses" ;