diff options
author | Release Engineers <releng@openoffice.org> | 2009-09-04 07:56:17 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-09-04 07:56:17 +0000 |
commit | 78b2469e3100f285804149231ea151f0c61a40f4 (patch) | |
tree | 3506c85702a14f676036f88962ff7a813322a64b | |
parent | 489760d07ff1b54af5e5d15723b12b9c6b4a5504 (diff) |
#i10000# fixed encoding
-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 c8f8ac710..72a8270d7 100644 --- a/dbaccess/source/ui/misc/dbumiscres.src +++ b/dbaccess/source/ui/misc/dbumiscres.src @@ -99,5 +99,5 @@ 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 Sun™ Report Builder."; + Text [ en-US ] = "The report, \"$file$\", requires the extension Sun Report Builder."; }; |