Qt: Remove capitalization of preposition in title

Most style guides recommend against capitalizing preposition in titles
with less than 5 letters or so.

For example KDE: https://develop.kde.org/hig/style/writing/capitalization/
pespin/osmux-wip
João Valverde 2022-08-02 13:46:45 +01:00
parent 2c4557d7ad
commit 269e4b7d10
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<string>Copy the version information to the clipboard</string>
</property>
<property name="text">
<string>Copy To Clipboard</string>
<string>Copy to Clipboard</string>
</property>
</widget>
</item>