Skip to content

Commit

Permalink
Properly title case "Open From" and "Save To"
Browse files Browse the repository at this point in the history
Apparently both the first and last words are ALWAYS capatilised
in title case, even if they normally wouldn't be.
  • Loading branch information
nyalldawson committed May 16, 2018
1 parent 861153d commit d711915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -44,12 +44,12 @@
</widget>
<widget class="QMenu" name="mProjectToStorageMenu">
<property name="title">
<string>Save to</string>
<string>Save To</string>
</property>
</widget>
<widget class="QMenu" name="mProjectFromStorageMenu">
<property name="title">
<string>Open from</string>
<string>Open From</string>
</property>
</widget>
<widget class="QMenu" name="menuImport_Export">
Expand Down

0 comments on commit d711915

Please sign in to comment.