+ fix doc string

This commit is contained in:
wmayer 2014-07-22 14:49:25 +02:00
parent c693916fb1
commit dfea0206ca
3 changed files with 3 additions and 3 deletions

View File

@ -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());

View File

@ -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());

View File

@ -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());