~rodrigo-moya/ubuntuone-client/remove-share-with

« back to all changes in this revision

Viewing changes to bin/ubuntuone-preferences

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2010-04-01 17:10:24 UTC
  • mfrom: (468.1.1 prefs-tpyo-fix)
  • Revision ID: dobey@wayofthemonkey.com-20100401171024-ptnizjg5o57rb4it
Fix the typo in ubuntuone-preferences devices tab which broke translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
        self.attach(self.status_label, 0, 3, 2, 3)
212
212
 
213
213
        self.description = gtk.Label(_("The devices connected with your"
214
 
                                       " pseronal cloud network"
 
214
                                       " personal cloud network"
215
215
                                       " are listed below"))
216
216
        self.description.set_alignment(0., .5)
217
217
        self.description.set_line_wrap(True)