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> </widget>
<action name="actionOpenScript"> <action name="actionOpenScript">
<property name="text"> <property name="text">
<string>Open script...</string> <string>Open Script…</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Open script</string> <string>Open Script</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+O</string> <string>Ctrl+O</string>
</property> </property>
</action> </action>
<action name="actionSaveScript"> <action name="actionSaveScript">
<property name="text"> <property name="text">
<string>Save script...</string> <string>Save Script…</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Save script...</string> <string>Save Script</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+S</string> <string>Ctrl+S</string>
</property> </property>
</action> </action>
<action name="actionSaveScriptAs"> <action name="actionSaveScriptAs">
<property name="text"> <property name="text">
<string>Save script as...</string> <string>Save Script as</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Save script as...</string> <string>Save Script as</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+Shift+S</string> <string>Ctrl+Shift+S</string>
</property> </property>
</action> </action>
<action name="actionRunScript"> <action name="actionRunScript">
<property name="text"> <property name="text">
<string>Run script</string> <string>Run Script</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Run script</string> <string>Run Script</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>F5</string> <string>F5</string>
Expand Down Expand Up @@ -223,26 +223,26 @@
</action> </action>
<action name="actionIncreaseFontSize"> <action name="actionIncreaseFontSize">
<property name="text"> <property name="text">
<string>Increase font size</string> <string>Increase Font Size</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Increase font size</string> <string>Increase Font Size</string>
</property> </property>
</action> </action>
<action name="actionDecreaseFontSize"> <action name="actionDecreaseFontSize">
<property name="text"> <property name="text">
<string>Decrease font size</string> <string>Decrease Font Size</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Decrease font size</string> <string>Decrease Font Size</string>
</property> </property>
</action> </action>
<action name="actionFindReplace"> <action name="actionFindReplace">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Find &amp; replace</string> <string>Find &amp;&amp; &amp;Replace</string>
</property> </property>
</action> </action>
</widget> </widget>
Expand Down

0 comments on commit 6841bac

Please sign in to comment.