aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets/tab_actor_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/tab_actor_info.cpp')
-rw-r--r--src/widgets/tab_actor_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/tab_actor_info.cpp b/src/widgets/tab_actor_info.cpp
index f991366..9d35b29 100644
--- a/src/widgets/tab_actor_info.cpp
+++ b/src/widgets/tab_actor_info.cpp
@@ -32,7 +32,7 @@ TabActorInfo::~TabActorInfo() {
// TODO: do this in another thread, like for status_info
void TabActorInfo::update_ui() {
if (not actor) {
- ui->displayNameText->setText(QString("<html><head/><body><p><span style=\"font-size:14pt; font-weight:600;\">%1</span></p></body></html>").arg(tr("Failed to display Actor")));
+ ui->displayNameText->setText(QStringLiteral("<html><head/><body><p><span style=\"font-size:14pt; font-weight:600;\">%1</span></p></body></html>").arg(tr("Failed to display Actor")));
ui->avatarImage->setText("");
return;
}