@@ -250,7 +250,7 @@ void QgsGrassEdit::init()
250
250
connect ( mDeleteVertexAction , SIGNAL (triggered ()), this , SLOT (deleteVertex ()) );
251
251
252
252
mMoveLineAction = new QAction (
253
- QIcon (myIconPath+" grass_move_line.png" ), tr (" Move line " ), this );
253
+ QIcon (myIconPath+" grass_move_line.png" ), tr (" Move element " ), this );
254
254
mMoveLineAction ->setShortcut ( QKeySequence (Qt::Key_F9) );
255
255
tb->addAction ( mMoveLineAction );
256
256
connect ( mMoveLineAction , SIGNAL (triggered ()), this , SLOT (moveLine ()) );
@@ -262,7 +262,7 @@ void QgsGrassEdit::init()
262
262
connect ( mSplitLineAction , SIGNAL (triggered ()), this , SLOT (splitLine ()) );
263
263
264
264
mDeleteLineAction = new QAction (
265
- QIcon (myIconPath+" grass_delete_line.png" ), tr (" Delete line " ), this );
265
+ QIcon (myIconPath+" grass_delete_line.png" ), tr (" Delete element " ), this );
266
266
mDeleteLineAction ->setShortcut ( QKeySequence (Qt::Key_F11) );
267
267
tb->addAction ( mDeleteLineAction );
268
268
connect ( mDeleteLineAction , SIGNAL (triggered ()), this , SLOT (deleteLine ()) );
0 commit comments