Changed the title for images in the service manager.

The title is <filename> if the item consists of one image only. Consequently the other case is, that the item consists of more than one image.

bzr-revno: 1254
This commit is contained in:
Andreas Preikschat 2011-01-31 18:14:32 +00:00 committed by Tim Bentley
commit 5cb6fd12a6
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class ImageMediaItem(MediaManagerItem):
items = self.listView.selectedIndexes()
if items:
service_item.title = unicode(
translate('ImagePlugin.MediaItem', 'Image(s)'))
translate('ImagePlugin.MediaItem', 'Images'))
service_item.add_capability(ItemCapabilities.AllowsMaintain)
service_item.add_capability(ItemCapabilities.AllowsPreview)
service_item.add_capability(ItemCapabilities.AllowsLoop)