[Libreoffice-commits] .: Branch 'libreoffice-3-6' - cui/source

Michael Meeks michael at kemper.freedesktop.org
Mon Jun 25 04:34:53 PDT 2012


 cui/source/dialogs/about.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b20a723a6915ba1d8a8ca908bf27182ce577557f
Author: Robinson Tryon <qubit at runcibility.com>
Date:   Thu Jun 21 13:01:34 2012 -0400

    fdo#43180: Use hyphen for copyright range in About box
    
    A range of years is more clearly delineated with a hyphen than with a
    comma.
    
    Change-Id: I36a668b7e6ccecc210daa69de7948ad5c029f96d

diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src
index 21fb624..3a38862 100644
--- a/cui/source/dialogs/about.src
+++ b/cui/source/dialogs/about.src
@@ -83,7 +83,7 @@ ModalDialog RID_DEFAULTABOUT
     };
     String ABOUT_STR_COPYRIGHT
     {
-        Text[ en-US ] = "Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates";
+        Text[ en-US ] = "Copyright © 2000 - 2012 LibreOffice contributors and/or their affiliates";
     };
     String ABOUT_STR_BASED
     {


More information about the Libreoffice-commits mailing list