small translation fix

This commit is contained in:
Martin Wagner
2021-10-23 13:04:25 +02:00
parent f275769330
commit 0e51742094
4 changed files with 182 additions and 160 deletions

View File

@@ -2931,7 +2931,7 @@ class CoverLyricsWindow(Gtk.Overlay):
# lyrics button
self.lyrics_button=Gtk.ToggleButton(
image=Gtk.Image.new_from_icon_name("org.mpdevil.mpdevil-lyrics-symbolic", Gtk.IconSize.BUTTON), tooltip_text=_("Show lyrics"),
image=Gtk.Image.new_from_icon_name("org.mpdevil.mpdevil-lyrics-symbolic", Gtk.IconSize.BUTTON), tooltip_text=_("Lyrics"),
can_focus=False
)
self.lyrics_button.get_style_context().add_class("osd")