diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2010-10-19 22:17:56 +0200 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2010-10-19 22:17:56 +0200 |
commit | 8bd677c532aed25970288e1f45634b9304c920f0 (patch) | |
tree | ce86a53dfdc0f90c3ac97cea4a890f22175c69b7 /svx | |
parent | 46efbdbb2e4347e446f2f955a77145afb550079d (diff) |
Add missing semicolon.
Suggested by Caolán McNamara <caolanm@redhat.com>.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/intro/ooo.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src index cc6f45805b0a..d80e1239f053 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 { |