This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO418 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit b38e0b5488caf3c70f99e627b627a500e06f4b71 Author: mseidel <[email protected]> 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 -----------------------------------------------------
