Navigation Menu

Skip to content

Commit

Permalink
User -> User expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 18, 2019
1 parent 7f8ef8c commit b894cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/function_help/json/UserGroup
@@ -1,5 +1,5 @@
{
"name": "UserGroup",
"type": "group",
"description": "This group contains custom functions and snippets stored in the user profile."
"description": "This group contains expressions stored in the user profile."
}
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpression.cpp
Expand Up @@ -875,7 +875,7 @@ QString QgsExpression::group( const QString &name )
sGroups()->insert( QStringLiteral( "String" ), tr( "String" ) );
sGroups()->insert( QStringLiteral( "Variables" ), tr( "Variables" ) );
sGroups()->insert( QStringLiteral( "Recent (%1)" ), tr( "Recent (%1)" ) );
sGroups()->insert( QStringLiteral( "UserGroup" ), tr( "User" ) );
sGroups()->insert( QStringLiteral( "UserGroup" ), tr( "User expressions" ) );
}

//return the translated name for this group. If group does not
Expand Down

0 comments on commit b894cb7

Please sign in to comment.