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 66b8616 Added space before strings - This fixes issue 128353 66b8616 is described below commit 66b8616be5f763ce3c97155bc6c4afdc02527a3c Author: mseidel <msei...@apache.org> AuthorDate: Sat Apr 4 15:00:26 2020 +0200 Added space before strings - This fixes issue 128353 (cherry picked from commit 7257d2a7ed5e882fc1d61eaa70fe929bd9ef0c7a) --- main/svx/source/dialog/srchdlg.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/svx/source/dialog/srchdlg.src b/main/svx/source/dialog/srchdlg.src index fde8b51..9d56ecc 100644 --- a/main/svx/source/dialog/srchdlg.src +++ b/main/svx/source/dialog/srchdlg.src @@ -35,11 +35,11 @@ String RID_SVXSTR_SEARCH_STYLES }; String RID_SVXSTR_SEARCH { - Text [ en-US ] = "(Search)" ; + Text [ en-US ] = " (Search)" ; }; String RID_SVXSTR_REPLACE { - Text [ en-US ] = "(Replace)" ; + Text [ en-US ] = " (Replace)" ; }; // RID_SVXDLG_SEARCH -----------------------------------------------------