From 214d9aaf4b10f7aeec72b3c8fa53e6ee70b6ceac Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 29 Apr 2013 12:14:44 +0200 Subject: [PATCH] Language fix --- lib/takeover/abstraction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 16a37a100..594623ffd 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -158,7 +158,7 @@ class Abstraction(Web, UDF, Xp_cmdshell): msg = "on Microsoft SQL Server 2005 and 2008, OPENROWSET function " msg += "is disabled by default. This function is needed to execute " msg += "statements as another DBMS user since you provided the " - msg += "--dbms-creds switch. If you are DBA, you can enable it. " + msg += "option '--dbms-creds'. If you are DBA, you can enable it. " msg += "Do you want to enable it? [Y/n] " choice = readInput(msg, default="Y")