Skip to content

Commit

Permalink
Tooltip for project provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 13, 2018
1 parent 29ccd1a commit 6072350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/modeler/ProjectProvider.py
Expand Up @@ -138,6 +138,9 @@ def write_project(self, doc):
def name(self):
return self.tr('Project models', 'ProjectProvider')

def longName(self):
return self.tr('Models embedded in the current project', 'ProjectProvider')

def id(self):
return PROJECT_PROVIDER_ID

Expand Down

0 comments on commit 6072350

Please sign in to comment.