diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-19 13:19:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-19 13:19:01 +0000 |
| commit | 70d141824ffdd1c895650c1c1c1b50020441c5fe (patch) | |
| tree | e87c703293f64f20e0db337d80622c95b07c7cc7 /src/qmmpui/playlistmodel.cpp | |
| parent | 4b7a0eb713edd4232b63a719d3ec41a69c8e9298 (diff) | |
| download | qmmp-70d141824ffdd1c895650c1c1c1b50020441c5fe.tar.gz qmmp-70d141824ffdd1c895650c1c1c1b50020441c5fe.tar.bz2 qmmp-70d141824ffdd1c895650c1c1c1b50020441c5fe.zip | |
fixed translation strings (Panagiotis Papadopoulos)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1150 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.cpp')
| -rw-r--r-- | src/qmmpui/playlistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index 539ed12e7..ddaa2ce23 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -361,7 +361,7 @@ void PlayListModel::showDetails() { PlayListItem *item = m_items.at(i); QString str; - str.append(tr("Url:") + " %1\n"); + str.append(tr("URL:") + " %1\n"); str.append(tr("Title:") + " %2\n"); str.append(tr("Artist:") + " %3\n"); str.append(tr("Album:") + " %4\n"); |
