Skip to content

Commit 805d9d4

Browse files
committed
Update MS SQL browser node items
1 parent 61b7a9c commit 805d9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/mssql/qgsmssqldataitems.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ QList<QAction*> QgsMssqlConnectionItem::actions()
300300
connect( actionShowNoGeom, SIGNAL( toggled( bool ) ), this, SLOT( setAllowGeometrylessTables( bool ) ) );
301301
lst.append( actionShowNoGeom );
302302

303-
QAction* actionEdit = new QAction( tr( "Edit..." ), this );
303+
QAction* actionEdit = new QAction( tr( "Edit Connection..." ), this );
304304
connect( actionEdit, SIGNAL( triggered() ), this, SLOT( editConnection() ) );
305305
lst.append( actionEdit );
306306

307-
QAction* actionDelete = new QAction( tr( "Delete" ), this );
307+
QAction* actionDelete = new QAction( tr( "Delete Connection" ), this );
308308
connect( actionDelete, SIGNAL( triggered() ), this, SLOT( deleteConnection() ) );
309309
lst.append( actionDelete );
310310

0 commit comments

Comments
 (0)