diff options
author | Robinson Tryon <qubit@runcibility.com> | 2012-06-21 13:01:34 -0400 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-22 09:51:05 +0100 |
commit | 2f06cba97ddf0bb02aa463b29a3642f03e9252a4 (patch) | |
tree | b726787cdf8b147730d8288cc3fbb4c4e6487b3c /cui | |
parent | ecf943247fb734739141d6074d1169ab922b2523 (diff) |
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
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src index 21fb6244e240..3a38862889c1 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 { |