[otrs-cvs] Support/Kernel/System/Support/Database oracle.pm, 1.25, 1.26
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/Support/Kernel/System/Support/Database
In directory lancelot:/tmp/cvs-serv30483/Kernel/System/Support/Database
Modified Files:
oracle.pm
Log Message:
Fixed typo in message.
Author: mb
Index: oracle.pm
===================================================================
RCS file: /home/cvs/Support/Kernel/System/Support/Database/oracle.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -2 -u -d -r1.25 -r1.26
--- oracle.pm 5 Sep 2012 04:29:19 -0000 1.25
+++ oracle.pm 4 Feb 2013 14:57:12 -0000 1.26
@@ -1,5 +1,5 @@
# --
# Kernel/System/Support/Database/oracle.pm - all required system information
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -86,5 +86,5 @@
if ( $ENV{ORACLE_HOME} ) {
if ( !-e $ENV{ORACLE_HOME} ) {
- $Message = $Self->{LanguageObject}->Get("ORACLE_HOME don't exists")
+ $Message = $Self->{LanguageObject}->Get("ORACLE_HOME does not exist.")
. " ($ENV{ORACLE_HOME}).";
$Check = 'Failed';
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log