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 7257d2a  Added space before strings - This fixes issue 128353
7257d2a is described below

commit 7257d2a7ed5e882fc1d61eaa70fe929bd9ef0c7a
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Apr 4 15:00:26 2020 +0200

    Added space before strings - This fixes issue 128353
---
 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 -----------------------------------------------------

Reply via email to