Skip to content

Commit

Permalink
Fix capitalization, formatting of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 13, 2017
1 parent dbfee13 commit e2d6425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsmapcanvasdockwidget.cpp
Expand Up @@ -261,7 +261,7 @@ void QgsMapCanvasDockWidget::mapExtentChanged()

void QgsMapCanvasDockWidget::mapCrsChanged()
{
mActionSetCrs->setText( tr( "Change Map CRS (%1)" ).arg( mMapCanvas->mapSettings().destinationCrs().isValid() ?
mActionSetCrs->setText( tr( "Change Map CRS (%1)" ).arg( mMapCanvas->mapSettings().destinationCrs().isValid() ?
mMapCanvas->mapSettings().destinationCrs().authid() :
tr( "No projection" ) ) );
}
Expand Down
6 changes: 3 additions & 3 deletions src/ui/qgsmapcanvasdockwidgetbase.ui
Expand Up @@ -76,7 +76,7 @@
<normaloff>:/images/themes/default/propertyicons/CRS.svg</normaloff>:/images/themes/default/propertyicons/CRS.svg</iconset>
</property>
<property name="text">
<string>Set Map CRS...</string>
<string>Set Map CRS</string>
</property>
<property name="toolTip">
<string>Set Map CRS</string>
Expand All @@ -91,15 +91,15 @@
<normaloff>:/images/themes/default/mActionLockExtent.svg</normaloff>:/images/themes/default/mActionLockExtent.svg</iconset>
</property>
<property name="text">
<string>Synchronize view</string>
<string>Synchronize View</string>
</property>
<property name="toolTip">
<string>Synchronize View with Main Map</string>
</property>
</action>
<action name="mActionRename">
<property name="text">
<string>Rename view...</string>
<string>Rename View…</string>
</property>
<property name="toolTip">
<string>Rename View</string>
Expand Down

0 comments on commit e2d6425

Please sign in to comment.