Fixed a missing full stop in a tool tip.

This commit is contained in:
Raoul Snyman 2011-05-12 13:55:53 +02:00
parent cfb7e0be1a
commit d168987a9f
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class BibleMediaItem(MediaManagerItem):
translate('BiblesPlugin.MediaItem', 'To:'))
self.advancedSearchButton.setText(UiStrings().Search)
self.advancedLockButton.setToolTip(translate('BiblesPlugin.MediaItem',
'Toggle to keep or clear the previous results'))
'Toggle to keep or clear the previous results.'))
self.quickLayoutLabel.setText(UiStrings().LayoutStyle)
self.quickLayoutComboBox.setItemText(LayoutStyle.VersePerSlide,
UiStrings().VersePerSlide)