- s/Set Cover/Set Image/g

- Correct warning if artist image is not writeable
This commit is contained in:
craig.p.drummond
2013-05-03 18:04:14 +00:00
committed by craig.p.drummond
parent a2304c3735
commit 8c85eb8d28
2 changed files with 5 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ StdActions::StdActions()
copyToDeviceAction->setMenu(DevicesModel::self()->menu());
deleteSongsAction = ActionCollection::get()->createAction("deletesongs", i18n("Delete Songs"), "edit-delete");
#endif
setCoverAction = ActionCollection::get()->createAction("setcover", i18n("Set Cover"));
setCoverAction = ActionCollection::get()->createAction("setcover", i18n("Set Image"));
refreshAction = ActionCollection::get()->createAction("refresh", i18n("Refresh Database"), "view-refresh");
backAction = ActionCollection::get()->createAction("back", i18n("Back"), "go-previous");
removeAction = ActionCollection::get()->createAction("removeitems", i18n("Remove"), "list-remove");