+ fix doc string
This commit is contained in:
parent
c693916fb1
commit
dfea0206ca
|
@ -274,7 +274,7 @@ TaskDlgGrooveParameters::~TaskDlgGrooveParameters()
|
|||
|
||||
void TaskDlgGrooveParameters::open()
|
||||
{
|
||||
// a transaction is already open at creation time of the pad
|
||||
// a transaction is already open at creation time of the groove
|
||||
if (!Gui::Command::hasPendingCommand()) {
|
||||
QString msg = QObject::tr("Edit groove");
|
||||
Gui::Command::openCommand((const char*)msg.toUtf8());
|
||||
|
|
|
@ -436,7 +436,7 @@ TaskDlgPocketParameters::~TaskDlgPocketParameters()
|
|||
|
||||
void TaskDlgPocketParameters::open()
|
||||
{
|
||||
// a transaction is already open at creation time of the pad
|
||||
// a transaction is already open at creation time of the pocket
|
||||
if (!Gui::Command::hasPendingCommand()) {
|
||||
QString msg = tr("Edit pocket");
|
||||
Gui::Command::openCommand((const char*)msg.toUtf8());
|
||||
|
|
|
@ -274,7 +274,7 @@ TaskDlgRevolutionParameters::~TaskDlgRevolutionParameters()
|
|||
|
||||
void TaskDlgRevolutionParameters::open()
|
||||
{
|
||||
// a transaction is already open at creation time of the pad
|
||||
// a transaction is already open at creation time of the revolve
|
||||
if (!Gui::Command::hasPendingCommand()) {
|
||||
QString msg = QObject::tr("Edit revolve");
|
||||
Gui::Command::openCommand((const char*)msg.toUtf8());
|
||||
|
|
Loading…
Reference in New Issue
Block a user