summaryrefslogtreecommitdiffstats
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h
index c3f758c..675aada 100644
--- a/src/session.h
+++ b/src/session.h
@@ -28,8 +28,8 @@ class Session {
if (!error.isEmpty()) {
if (showError) {
QMessageBox::critical(
- nullptr, QObject::trUtf8("vmchooser"),
- QObject::trUtf8("Cannot start selected session:") + QStringLiteral("\n") + error);
+ nullptr, QObject::tr("vmchooser"),
+ QObject::tr("Cannot start selected session:") + QStringLiteral("\n") + error);
}
return false;
}