Fix for pull request #4170

This commit is contained in:
Mladen Pejaković 2014-02-04 15:04:19 +01:00
parent ddda13ceb7
commit 657bbcf00f
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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>