mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-28 18:40:52 +01:00
Fix for pull request #4170
This commit is contained in:
parent
ddda13ceb7
commit
657bbcf00f
@ -1222,7 +1222,7 @@ QString Playlist::column_name(Column column) {
|
||||
case Column_Rating: return tr("Rating");
|
||||
case Column_PlayCount: return tr("Play count");
|
||||
case Column_SkipCount: return tr("Skip count");
|
||||
case Column_LastPlayed: return tr("Last played");
|
||||
case Column_LastPlayed: return tr("Last played", "A playlist's tag.");
|
||||
case Column_Score: return tr("Score");
|
||||
|
||||
case Column_BPM: return tr("BPM");
|
||||
|
@ -336,7 +336,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string comment="Refers to a smart playlist's name in Library.">Last played</string>
|
||||
<string comment="A playlist's tag.">Last played</string>
|
||||
</property>
|
||||
<property name="field_label" stdset="0">
|
||||
<bool>true</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user