openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05920
[Merge] lp:~googol-hush/openlp/trivial2 into lp:openlp
Andreas Preikschat has proposed merging lp:~googol-hush/openlp/trivial2 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol-hush/openlp/trivial2/+merge/47939
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.
--
https://code.launchpad.net/~googol-hush/openlp/trivial2/+merge/47939
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/trivial2 into lp:openlp.
=== modified file 'openlp/plugins/images/lib/mediaitem.py'
--- openlp/plugins/images/lib/mediaitem.py 2011-01-26 23:26:09 +0000
+++ openlp/plugins/images/lib/mediaitem.py 2011-01-30 20:13:02 +0000
@@ -142,7 +142,7 @@
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)
Follow ups