~lubuntu-dev/juffed/trunk

« back to all changes in this revision

Viewing changes to plugins/keybindings/KeysPlugin.cpp

  • Committer: Mezomish
  • Date: 2014-07-22 00:05:57 UTC
  • mfrom: (1054.1.3)
  • Revision ID: git-v1:5902d3e8b6037d54decec7dec15be6bb2b4f1eed
Merge pull request #66 from volkov0aa/fix-translations

Make more strings translatable and load Qt's translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        return "Keybindings";
26
26
}
27
27
 
 
28
QString KeysPlugin::title() const {
 
29
        return tr("Key bindings");
 
30
}
 
31
 
28
32
QString KeysPlugin::targetEngine() const {
29
33
        return "all";
30
34
}