diff options
author | David Ostrovsky <david@ostrovsky.org> | 2013-03-13 22:45:02 +0100 |
---|---|---|
committer | David Ostrovsky <David.Ostrovsky@gmx.de> | 2013-03-18 15:30:44 +0000 |
commit | 90a326c7028d5af132c62edfaef77c53627e4c0e (patch) | |
tree | 61d963c6d5da61755e5072e2ef765d8243361246 /dbaccess | |
parent | 35bc07513c46cfa40fa85ec1053f7ce5c1e9c318 (diff) |
fdo#61950 move report builder from bundled extensions to plain code
For test sample report from fdo#61726 can be used.
Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe
Reviewed-on: https://gerrit.libreoffice.org/2718
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/misc/dbumiscres.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/dbumiscres.src b/dbaccess/source/ui/misc/dbumiscres.src index a7092e0d439f..ce7eb3701649 100644 --- a/dbaccess/source/ui/misc/dbumiscres.src +++ b/dbaccess/source/ui/misc/dbumiscres.src @@ -86,7 +86,7 @@ String STR_NAMED_OBJECT_ALREADY_EXISTS String RID_STR_EXTENSION_NOT_PRESENT { // #i96130# use hard coded name - Text [ en-US ] = "The report, \"$file$\", requires the extension Oracle Report Builder."; + Text [ en-US ] = "The report, \"$file$\", requires the Oracle Report Builder feature."; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |