~jconti/ubuntu/precise/emesene/fix-956422

« back to all changes in this revision

Viewing changes to plugins_base/InlineNotify.py

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2010-04-14 01:33:51 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414013351-r2icbt5gs4ai71j8
Tags: 1.6.1-0ubuntu1
* New upstream release (LP: #562646).
* Fix missing-debian-source-format lintian warning.
* Refresh 20_dont_build_own_libmimic.patch patch.
* Bump Standards-Version to 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
class MainClass(Plugin.Plugin):
15
15
    '''Main plugin class'''
16
16
    
17
 
    description = _('Plugin that notifies with messages in conversation')
 
17
    description = _('Notifies various events through messages in your conversation')
18
18
    authors = {'Tito': 'tito@webtito.be'}
19
19
    website = 'http://perso.webtito.be'
20
20
    displayName = _('Inline notifications')
24
24
        '''Contructor'''
25
25
        Plugin.Plugin.__init__(self, controller, msn, 1000)
26
26
        self.controller = controller
27
 
        self.description = _('Plugin that notifies with messages in conversation')
 
27
        self.description = _('Notifies various events through messages in your conversation')
28
28
        self.authors = {'Tito': 'tito@webtito.be'}
29
29
        self.website = 'http://perso.webtito.be'
30
30
        self.displayName = _('Inline notifications')