mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
small translation fix
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user