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

« back to all changes in this revision

Viewing changes to plugins_base/Facebook.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:
718
718
class MainClass( Plugin.Plugin ):
719
719
    '''Main plugin class
720
720
    This plugins synchronizes Emesene with your Facebook life'''
721
 
    description = _('Synchronize Emesene with your Facebook status and profile picture, and more !')
 
721
    description = _('Synchronize emesene with your Facebook status, profile picture and more!')
722
722
    authors = { 'Mehdi Rejraji' : 'mehd36 at gmail dot com' }
723
723
    website = ''
724
724
    displayName = 'Facebook'
729
729
 
730
730
        Plugin.Plugin.__init__( self, controller, msn)
731
731
 
732
 
        self.description = _('Synchronize Emesene with your Facebook status and profile picture, and more !')
 
732
        self.description = _('Synchronize emesene with your Facebook status, profile picture and more!')
733
733
        self.authors = { 'Mehdi Rejraji' : 'mehd36 at gmail dot com' }
734
734
        self.website = ''
735
735
        self.displayName = 'Facebook'