diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-10-19 16:10:39 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-10-19 18:05:56 +0200 |
commit | 46efbdbb2e4347e446f2f955a77145afb550079d (patch) | |
tree | 4f87e725a87852c8df8830a9f79b055ff51aa6b5 /svx/source | |
parent | 111fd6d0107a3241af41d239071a32922a9bbaad (diff) |
Switch all urls from TDF to LibreOffice
Additionally, fixes fdo#30667 with new about dialog text, and a
link to http://libreoffice.org/credits.html
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/intro/ooo.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src index 087688ace68a..cc6f45805b0a 100644 --- a/svx/source/intro/ooo.src +++ b/svx/source/intro/ooo.src @@ -1,4 +1,4 @@ -/************************************************************************* +/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -107,11 +107,11 @@ ModalDialog RID_DEFAULTABOUT }; String ABOUT_STR_COPYRIGHT { - Text[ en-US ] = "Copyright © 2000, 2010 Oracle and/or its affiliates. All rights reserved.\nThis product was created by %OOOVENDOR, based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, please find more info at the link below."; + Text[ en-US ] = "Copyright © 2000, 2010 LibreOffice contributors and/or their affiliates. All rights reserved.\nThis product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.\n%OOOVENDOR acknowledges all community members, please find more info at the link below:" }; String ABOUT_STR_LINK { - Text[ en-US ] = "http://www.openoffice.org/welcome/credits.html"; + Text[ en-US ] = "http://libreoffice.org/credits.html"; }; StringArray ABOUT_STR_DEVELOPER_ARY { |