~3v1n0/unity-lens-applications/use-gee-0.8

« back to all changes in this revision

Viewing changes to src/scopes-scope.vala

Renamed 'Search plugins' filter option to 'Dash plugins'. Fixes: https://bugs.launchpad.net/bugs/1231556.

Approved by Michal Hruby, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
        filter.add_option ("accessibility", _("Accessibility"));
159
159
        filter.add_option ("developer", _("Developer"));
160
160
        filter.add_option ("science-and-engineering", _("Science & engineering"));
161
 
        filter.add_option ("scopes", _("Search plugins"));
 
161
        filter.add_option ("scopes", _("Dash plugins"));
162
162
        filter.add_option ("system", _("System"));
163
163
 
164
164
        filters.add (filter);