Skip to content

Commit 06bc1b6

Browse files
author
borysiasty
committedMar 13, 2011
language fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15466 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/app/legend/qgslegendlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ void QgsLegendLayer::addToPopupMenu( QMenu& theMenu )
435435
theMenu.addAction( QgisApp::getThemeIcon( "/mActionSetCRS.png" ), tr( "&Set layer CRS" ), QgisApp::instance(), SLOT( setLayerCRS() ) );
436436

437437
// assign layer crs to project
438-
theMenu.addAction( QgisApp::getThemeIcon( "/mActionSetProjectCRS.png" ), tr( "Assign layer CRS to &project" ), QgisApp::instance(), SLOT( setProjectCRSFromLayer() ) );
438+
theMenu.addAction( QgisApp::getThemeIcon( "/mActionSetProjectCRS.png" ), tr( "Set &project CRS from layer" ), QgisApp::instance(), SLOT( setProjectCRSFromLayer() ) );
439439

440440
theMenu.addSeparator();
441441

‎src/ui/qgisapp.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@
12111211
</action>
12121212
<action name="mActionSetProjectCRSFromLayer">
12131213
<property name="text">
1214-
<string>Assign layer CRS to project</string>
1214+
<string>Set project CRS from layer</string>
12151215
</property>
12161216
</action>
12171217
<action name="mActionTileScale">

0 commit comments

Comments
 (0)
Please sign in to comment.