~lubuntu-dev/juffed/trunk

« back to all changes in this revision

Viewing changes to plugins/fm/FMPlugin.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:
102
102
        return "File manager";
103
103
}
104
104
 
 
105
QString FMPlugin::title() const {
 
106
        return tr("File manager");
 
107
}
 
108
 
105
109
QString FMPlugin::targetEngine() const {
106
110
        return "all";
107
111
}