Language update

This commit is contained in:
Miroslav Stampar
2012-07-13 14:33:16 +02:00
parent 6677da63cd
commit 9ff9c951bc
2 changed files with 5 additions and 5 deletions

View File

@@ -180,8 +180,8 @@ class UDF:
self.checkDbmsOs()
if not self.isDba():
warnMsg = "the functionality requested might not work because "
warnMsg += "the session user is not a database administrator"
warnMsg = "functionality requested probably does not work because "
warnMsg += "the curent session user is not a database administrator"
logger.warn(warnMsg)
if not conf.shLib: