mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-25 13:38:44 +01:00
Forgot.
This commit is contained in:
parent
4b49af2e23
commit
5a45fa9a21
@ -64,6 +64,8 @@ QString DatabaseFactory::mysqlInterpretErrorCode(int error_code) {
|
||||
case 0:
|
||||
return QObject::tr("Operation successful.");
|
||||
|
||||
case 2002:
|
||||
case 2003:
|
||||
case 2005:
|
||||
return QObject::tr("No MySQL server is running in the target destination.");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user