mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
make string translatable
This commit is contained in:
parent
f74ac92d21
commit
0512d02e3c
@ -26,7 +26,7 @@
|
||||
QgsRendererV2Widget::QgsRendererV2Widget( QgsVectorLayer* layer, QgsStyleV2* style )
|
||||
: QWidget(), mLayer( layer ), mStyle( style )
|
||||
{
|
||||
contextMenu = new QMenu( "Renderer Options", this );
|
||||
contextMenu = new QMenu( tr("Renderer Options"), this );
|
||||
|
||||
mCopyAction = contextMenu->addAction( tr( "Copy" ), this, SLOT( copy() ) );
|
||||
mCopyAction->setShortcut( QKeySequence( QKeySequence::Copy ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user