~jeremy-munsch/synapse-project/fix-locate-plugin

« back to all changes in this revision

Viewing changes to src/plugins/zeal-plugin.vala

  • Committer: Rico Tzschichholz
  • Date: 2015-07-21 12:52:08 UTC
  • Revision ID: ricotz@ubuntu.com-20150721125208-l5t7d6iulour5dwn
po: Update translation template

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
      PluginRegistry.get_default ().register_plugin (
101
101
        typeof (ZealPlugin),
102
102
        _("Zeal"),
103
 
        _("Zeal offline documentation search yolo ! (zealdocs.org)"),
 
103
        _("Zeal offline documentation (zealdocs.org)"),
104
104
        "zeal",
105
105
        register_plugin,
106
106
        Environment.find_program_in_path ("zeal") != null,