diff --git a/frontend/ui/data/css_tweaks.lua b/frontend/ui/data/css_tweaks.lua index 9cd7f2b51..3b8567c5f 100644 --- a/frontend/ui/data/css_tweaks.lua +++ b/frontend/ui/data/css_tweaks.lua @@ -187,7 +187,7 @@ img { }, { id = "image_valign_middle"; - title = _("Middle align images with text"), + title = _("Vertically center-align images relative to text"), css = [[img { vertical-align: middle; }]], }, },