[Libreoffice-commits] .: svx/source
Thomas Klausner
tklausner at kemper.freedesktop.org
Tue Oct 19 13:18:27 PDT 2010
svx/source/intro/ooo.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b9dc08c74ddda286234e167b83028c8dcb83943d
Author: Thomas Klausner <wiz at NetBSD.org>
Date: Tue Oct 19 22:17:56 2010 +0200
Add missing semicolon.
Suggested by Caolán McNamara <caolanm at redhat.com>.
diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src
index 962e1cd..7e033db 100644
--- a/svx/source/intro/ooo.src
+++ b/svx/source/intro/ooo.src
@@ -107,7 +107,7 @@ ModalDialog RID_DEFAULTABOUT
};
String ABOUT_STR_COPYRIGHT
{
- 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:"
+ 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
{
More information about the Libreoffice-commits
mailing list