Skip to content

Commit 443e38d

Browse files
author
borysiasty
committed
language fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@15466 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8391d1a commit 443e38d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/legend/qgslegendlayer.cpp

+1-1
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

+1-1
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)