Skip to content

Commit

Permalink
Textual Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde authored and nyalldawson committed Sep 17, 2021
1 parent 73489ab commit a25e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/devtools/networklogger/qgsnetworkloggernode.cpp
Expand Up @@ -169,7 +169,7 @@ QList<QAction *> QgsNetworkLoggerValueNode::actions( QObject *parent )
{
QList< QAction * > res;

QAction *copyAction = new QAction( QObject::tr( "Copy key: value" ), parent );
QAction *copyAction = new QAction( QObject::tr( "Copy" ), parent );
QObject::connect( copyAction, &QAction::triggered, copyAction, [ = ]
{
QApplication::clipboard()->setText( QStringLiteral( "%1: %2" ).arg( mKey, mValue ) );
Expand Down

0 comments on commit a25e686

Please sign in to comment.