Skip to content

Commit d711915

Browse files
committed
Properly title case "Open From" and "Save To"
Apparently both the first and last words are ALWAYS capatilised in title case, even if they normally wouldn't be.
1 parent 861153d commit d711915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/qgisapp.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
</widget>
4545
<widget class="QMenu" name="mProjectToStorageMenu">
4646
<property name="title">
47-
<string>Save to</string>
47+
<string>Save To</string>
4848
</property>
4949
</widget>
5050
<widget class="QMenu" name="mProjectFromStorageMenu">
5151
<property name="title">
52-
<string>Open from</string>
52+
<string>Open From</string>
5353
</property>
5454
</widget>
5555
<widget class="QMenu" name="menuImport_Export">

0 commit comments

Comments
 (0)