~joshuascotton/entertainer/pluginsV2

« back to all changes in this revision

Viewing changes to entertainerlib/frontend/gui/tabs/movies_tab.py

  • Committer: Paul Hummer
  • Date: 2008-08-06 05:23:49 UTC
  • mfrom: (258.1.19 new-i18n-branch)
  • Revision ID: paul@ubuntu.com-20080806052349-f4spdhg5ixbis64a
Translations are now supported in Entertainer!

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        Create an information box that is displayed if there are no indexed
83
83
        movies.
84
84
        """
85
 
        message = "There are no indexed movies in Entertainer media library. "
86
 
        message += "To add movies, click on 'content' button on toolbar and "
87
 
        message += "open 'videos' tab. Now click on 'add' button and select "
88
 
        message += "some folders which contains movie files."
89
 
        Tab.show_empty_tab_notice(self, "No movies available!", message)
 
85
        message = _(
 
86
                """There are no indexed movies in Entertainer media library. 
 
87
To add movies, click on 'content' button on toolbar and 
 
88
open 'videos' tab. Now click on 'add' button and select 
 
89
some folders which contains movie files.""")
 
90
        Tab.show_empty_tab_notice(self, _("No movies available!"), message)
90
91
 
91
92
    def _create_movie_menu(self):
92
93
        """