Skip to content

Commit e2d6425

Browse files
committedMar 13, 2017
Fix capitalization, formatting of strings
1 parent dbfee13 commit e2d6425

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎src/app/qgsmapcanvasdockwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ void QgsMapCanvasDockWidget::mapExtentChanged()
261261

262262
void QgsMapCanvasDockWidget::mapCrsChanged()
263263
{
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() ?
265265
mMapCanvas->mapSettings().destinationCrs().authid() :
266266
tr( "No projection" ) ) );
267267
}

‎src/ui/qgsmapcanvasdockwidgetbase.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<normaloff>:/images/themes/default/propertyicons/CRS.svg</normaloff>:/images/themes/default/propertyicons/CRS.svg</iconset>
7777
</property>
7878
<property name="text">
79-
<string>Set Map CRS...</string>
79+
<string>Set Map CRS</string>
8080
</property>
8181
<property name="toolTip">
8282
<string>Set Map CRS</string>
@@ -91,15 +91,15 @@
9191
<normaloff>:/images/themes/default/mActionLockExtent.svg</normaloff>:/images/themes/default/mActionLockExtent.svg</iconset>
9292
</property>
9393
<property name="text">
94-
<string>Synchronize view</string>
94+
<string>Synchronize View</string>
9595
</property>
9696
<property name="toolTip">
9797
<string>Synchronize View with Main Map</string>
9898
</property>
9999
</action>
100100
<action name="mActionRename">
101101
<property name="text">
102-
<string>Rename view...</string>
102+
<string>Rename View…</string>
103103
</property>
104104
<property name="toolTip">
105105
<string>Rename View</string>

0 commit comments

Comments
 (0)
Please sign in to comment.