Skip to content

Commit

Permalink
String capitalization
Browse files Browse the repository at this point in the history
(cherry-picked from a82bffc)
  • Loading branch information
nyalldawson committed Apr 6, 2018
1 parent 2e7990f commit 6841bac
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions python/plugins/processing/ui/DlgScriptEditor.ui
Expand Up @@ -124,43 +124,43 @@
</widget>
<action name="actionOpenScript">
<property name="text">
<string>Open script...</string>
<string>Open Script…</string>
</property>
<property name="toolTip">
<string>Open script</string>
<string>Open Script</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionSaveScript">
<property name="text">
<string>Save script...</string>
<string>Save Script…</string>
</property>
<property name="toolTip">
<string>Save script...</string>
<string>Save Script</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionSaveScriptAs">
<property name="text">
<string>Save script as...</string>
<string>Save Script as</string>
</property>
<property name="toolTip">
<string>Save script as...</string>
<string>Save Script as</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
<action name="actionRunScript">
<property name="text">
<string>Run script</string>
<string>Run Script</string>
</property>
<property name="toolTip">
<string>Run script</string>
<string>Run Script</string>
</property>
<property name="shortcut">
<string>F5</string>
Expand Down Expand Up @@ -223,26 +223,26 @@
</action>
<action name="actionIncreaseFontSize">
<property name="text">
<string>Increase font size</string>
<string>Increase Font Size</string>
</property>
<property name="toolTip">
<string>Increase font size</string>
<string>Increase Font Size</string>
</property>
</action>
<action name="actionDecreaseFontSize">
<property name="text">
<string>Decrease font size</string>
<string>Decrease Font Size</string>
</property>
<property name="toolTip">
<string>Decrease font size</string>
<string>Decrease Font Size</string>
</property>
</action>
<action name="actionFindReplace">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Find &amp; replace</string>
<string>Find &amp;&amp; &amp;Replace</string>
</property>
</action>
</widget>
Expand Down

0 comments on commit 6841bac

Please sign in to comment.