File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6644,7 +6644,7 @@ QgsVectorLayer *QgisApp::pasteAsNewMemoryVector( const QString & theLayerName )
6644
6644
{
6645
6645
bool ok;
6646
6646
QString defaultName = tr ( " Pasted" );
6647
- layerName = QInputDialog::getText ( this , tr ( " New memory layer name" ),
6647
+ layerName = QInputDialog::getText ( this , tr ( " New temporary scratch layer name" ),
6648
6648
tr ( " Layer name" ), QLineEdit::Normal,
6649
6649
defaultName, &ok );
6650
6650
if ( !ok )
@@ -6794,7 +6794,7 @@ QgsVectorLayer *QgisApp::pasteToNewMemoryVector()
6794
6794
}
6795
6795
layer->removeSelection ();
6796
6796
6797
- QgsDebugMsg ( QString ( " %1 features pasted to memory layer" ).arg ( layer->featureCount () ) );
6797
+ QgsDebugMsg ( QString ( " %1 features pasted to temporary scratch layer" ).arg ( layer->featureCount () ) );
6798
6798
return layer;
6799
6799
}
6800
6800
Original file line number Diff line number Diff line change 17
17
<x >0</x >
18
18
<y >0</y >
19
19
<width >1050</width >
20
- <height >22 </height >
20
+ <height >25 </height >
21
21
</rect >
22
22
</property >
23
23
<property name =" toolTip" >
@@ -2198,18 +2198,18 @@ Acts on currently active editable layer</string>
2198
2198
</action >
2199
2199
<action name =" mActionPasteAsNewVector" >
2200
2200
<property name =" text" >
2201
- <string >New Vector Layer</string >
2201
+ <string >New Vector Layer... </string >
2202
2202
</property >
2203
2203
<property name =" toolTip" >
2204
2204
<string >Paste features in clipboard into a new OGR vector layer.</string >
2205
2205
</property >
2206
2206
</action >
2207
2207
<action name =" mActionPasteAsNewMemoryVector" >
2208
2208
<property name =" text" >
2209
- <string >New Memory Vector Layer</string >
2209
+ <string >New Temporary Scratch Layer... </string >
2210
2210
</property >
2211
2211
<property name =" toolTip" >
2212
- <string >Paste features in clipboard into a new memory vector layer.</string >
2212
+ <string >Paste features in clipboard into a new temporary scratch layer.</string >
2213
2213
</property >
2214
2214
</action >
2215
2215
<action name =" mActionDxfExport" >
You can’t perform that action at this time.
0 commit comments