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

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


The following commit(s) were added to refs/heads/AOO41X by this push:
     new a2221f5643 Added missing space
a2221f5643 is described below

commit a2221f56436e7681bc8d93aae7536c36778fe7e2
Author: Matthias Seidel <[email protected]>
AuthorDate: Thu Dec 13 15:42:10 2018 +0000

    Added missing space
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848859 
13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit bc79de725b818ddc0760638a6e0c73abeb28d4f8)
---
 main/wizards/source/euro/euro.src | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/wizards/source/euro/euro.src 
b/main/wizards/source/euro/euro.src
index 3ec2ccee97..136d63e9c0 100644
--- a/main/wizards/source/euro/euro.src
+++ b/main/wizards/source/euro/euro.src
@@ -28,6 +28,7 @@
 #define MESSAGES 1400
 #define CURRENCIES 1500
 #define STEP_LASTPAGE 1600
+
 // --------------------------------------------------------------------
 String STEP_ZERO
 {
@@ -41,7 +42,7 @@ Text [ en-US ] = "~Help" ;
 
 String STEP_ZERO + 2
 {
-Text [ en-US ] = "<<~Back" ;
+Text [ en-US ] = "<< ~Back" ;
 };
 
 String STEP_ZERO + 3
@@ -66,7 +67,7 @@ Text [ en-US ] = "Currencies:" ;
 
 String STEP_ZERO + 7
 {
-Text [ en-US ] = "C~ontinue>>" ;
+Text [ en-US ] = "C~ontinue >>" ;
 };
 
 String STEP_ZERO + 8

Reply via email to