Better text

This commit is contained in:
craig
2011-11-30 20:07:06 +00:00
committed by craig
parent e4ac1f9d29
commit c8defe8c71

View File

@@ -75,9 +75,9 @@ LyricsPage::LyricsPage(QWidget *parent)
} else {
refreshAction = new KAction(this);
}
refreshAction->setText(i18n("Refresh"));
refreshAction->setText(i18n("Refresh Lyrics"));
#else
refreshAction = new QAction(tr("Refresh"), this);
refreshAction = new QAction(tr("Refresh Lyrics"), this);
#endif
refreshAction->setIcon(QIcon::fromTheme("view-refresh"));
connect(refreshAction, SIGNAL(triggered()), SLOT(update()));