File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ void QgsMapCanvasDockWidget::mapExtentChanged()
261
261
262
262
void QgsMapCanvasDockWidget::mapCrsChanged ()
263
263
{
264
- mActionSetCrs ->setText ( tr ( " Change Map CRS (%1)" ).arg ( mMapCanvas ->mapSettings ().destinationCrs ().isValid () ?
264
+ mActionSetCrs ->setText ( tr ( " Change Map CRS (%1)… " ).arg ( mMapCanvas ->mapSettings ().destinationCrs ().isValid () ?
265
265
mMapCanvas ->mapSettings ().destinationCrs ().authid () :
266
266
tr ( " No projection" ) ) );
267
267
}
Original file line number Diff line number Diff line change 76
76
<normaloff >:/images/themes/default/propertyicons/CRS.svg</normaloff >:/images/themes/default/propertyicons/CRS.svg</iconset >
77
77
</property >
78
78
<property name =" text" >
79
- <string >Set Map CRS... </string >
79
+ <string >Set Map CRS… </string >
80
80
</property >
81
81
<property name =" toolTip" >
82
82
<string >Set Map CRS</string >
91
91
<normaloff >:/images/themes/default/mActionLockExtent.svg</normaloff >:/images/themes/default/mActionLockExtent.svg</iconset >
92
92
</property >
93
93
<property name =" text" >
94
- <string >Synchronize view </string >
94
+ <string >Synchronize View </string >
95
95
</property >
96
96
<property name =" toolTip" >
97
97
<string >Synchronize View with Main Map</string >
98
98
</property >
99
99
</action >
100
100
<action name =" mActionRename" >
101
101
<property name =" text" >
102
- <string >Rename view... </string >
102
+ <string >Rename View… </string >
103
103
</property >
104
104
<property name =" toolTip" >
105
105
<string >Rename View</string >
You can’t perform that action at this time.
0 commit comments