Skip to content

Commit

Permalink
[georef] Improve string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 21, 2015
1 parent 41fd4ef commit cb34348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/georeferencer/qgsgeorefplugingui.cpp
Expand Up @@ -1788,8 +1788,8 @@ void QgsGeorefPluginGui::showGDALScript( const QStringList& commands )

// create window to show gdal script
QDialogButtonBox *bbxGdalScript = new QDialogButtonBox( QDialogButtonBox::Cancel, Qt::Horizontal, this );
QPushButton *pbnCopyInClipBoard = new QPushButton( getThemeIcon( "/mPushButtonEditPaste.png" ),
tr( "Copy in clipboard" ), bbxGdalScript );
QPushButton *pbnCopyInClipBoard = new QPushButton( getThemeIcon( "/mActionEditPaste.png" ),
tr( "Copy to Clipboard" ), bbxGdalScript );
bbxGdalScript->addButton( pbnCopyInClipBoard, QDialogButtonBox::AcceptRole );

QPlainTextEdit *pteScript = new QPlainTextEdit();
Expand Down

0 comments on commit cb34348

Please sign in to comment.