Skip to content

Commit

Permalink
Fix translation hint
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Leppänen <tomi.leppanen@jolla.com>
  • Loading branch information
Tomin1 committed Aug 11, 2020
1 parent 7bb6d97 commit bfb1776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userinfo.cpp
Expand Up @@ -295,7 +295,7 @@ QString UserInfo::displayName() const
//% "Device owner"
return qtTrId("systemsettings-li-device_owner");
} else if (d->m_uid == SAILFISH_USERMANAGER_GUEST_UID) {
//: Default value for device owner's name when it is not set
//: Default value for guest user's name when it is not set
//% "Guest user"
return qtTrId("systemsettings-li-guest_user");
}
Expand Down

0 comments on commit bfb1776

Please sign in to comment.