translation update

This commit is contained in:
Martin Wagner
2020-01-17 22:35:30 +01:00
parent 421f685b58
commit 6990d59f72
3 changed files with 136 additions and 138 deletions

View File

@ -269,7 +269,6 @@ class AlbumView(Gtk.ScrolledWindow):
except:
dura=0.0
length=length+dura
duration=str(datetime.timedelta(seconds=int(dura)))
length_human_readable=str(datetime.timedelta(seconds=int(length)))
tooltip=(_("%(total_tracks)i titles (%(total_length)s)") % {"total_tracks": len(songs), "total_length": length_human_readable})
return tooltip
@ -614,7 +613,6 @@ class Browser(Gtk.Box):
self.title_list.album_to_playlist(selected_album, selected_artist, selected_album_year, False, True)
album.destroy()
def on_album_selection_change(self, widget):
paths=widget.get_selected_items()
if not len(paths) == 0: