From 51b2c71308374dafd974937ca1f83fed4f49c1ea Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Tue, 5 Feb 2019 10:59:35 -0700 Subject: [PATCH] [image wallpaper] Simplify tooltip string and add context for translators --- wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml b/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml index 12d22d66f..22e839f0d 100644 --- a/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml +++ b/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml @@ -35,7 +35,7 @@ KCM.GridDelegate { text: model.display - toolTip: model.author.length > 0 ? i18nd("plasma_wallpaper_org.kde.image", "%1 by %2", model.display, model.author) : "" + toolTip: model.author.length > 0 ? i18ndc("plasma_wallpaper_org.kde.image", " by ", "By %1", model.author) : "" hoverEnabled: true