mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
Fixed returned names of command exec classes for "new" and "insert"
This commit is contained in:
parent
c4ab24db9c
commit
8ee3e12335
@ -49,7 +49,7 @@ RicEclipsePropertyFilterInsertExec::~RicEclipsePropertyFilterInsertExec()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RicEclipsePropertyFilterInsertExec::name()
|
||||
{
|
||||
return "Delete";
|
||||
return "Insert Property Filter";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -47,7 +47,7 @@ RicEclipsePropertyFilterNewExec::~RicEclipsePropertyFilterNewExec()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RicEclipsePropertyFilterNewExec::name()
|
||||
{
|
||||
return "Create Property Filter";
|
||||
return "New Property Filter";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user