settings: fix untranslatable text

This commit is contained in:
end-4
2025-10-13 15:00:50 +02:00
parent 5bf63bc36c
commit 6235e6e665
@@ -68,7 +68,7 @@ ContentPage {
Config.options.background.clock.cookie.aiStyling = checked;
}
StyledToolTip {
text: "Uses Gemini to categorize the wallpaper then picks a preset based on it.\nYou'll need to set Gemini API key on the left sidebar first.\nImages are downscaled for performance, but just to be safe,\ndo not select wallpapers with sensitive information."
text: Translation.tr("Uses Gemini to categorize the wallpaper then picks a preset based on it.\nYou'll need to set Gemini API key on the left sidebar first.\nImages are downscaled for performance, but just to be safe,\ndo not select wallpapers with sensitive information.")
}
}