~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to src/lib/ui/phrasepage.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2009-11-16 08:05:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091116080541-zmu8m6mvx0piof04
Tags: 0.60.7a-1
* New upstream version
* Change upstream homepage 

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
    def retranslateUi(self, PhrasePage):
51
51
        PhrasePage.setWindowTitle(kdecore.i18n("Form"))
52
 
        self.descriptionLabel.setText(kdecore.i18n("Description"))
 
52
        self.descriptionLabel.setText(kdecore.i18n("Phrase"))
53
53
        self.settingsGroupBox.setTitle(kdecore.i18n("Settings"))
54
54
        self.promptCheckbox.setText(kdecore.i18n("Always prompt before pasting this phrase"))
55
55
        self.showInTrayCheckbox.setText(kdecore.i18n("Show in tray menu"))