Skip to content

Commit a82bffc

Browse files
committed
String capitalization
1 parent ad3f178 commit a82bffc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

python/plugins/processing/ui/DlgScriptEditor.ui

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,43 +123,43 @@
123123
</widget>
124124
<action name="actionOpenScript">
125125
<property name="text">
126-
<string>Open script...</string>
126+
<string>Open Script…</string>
127127
</property>
128128
<property name="toolTip">
129-
<string>Open script</string>
129+
<string>Open Script</string>
130130
</property>
131131
<property name="shortcut">
132132
<string>Ctrl+O</string>
133133
</property>
134134
</action>
135135
<action name="actionSaveScript">
136136
<property name="text">
137-
<string>Save script...</string>
137+
<string>Save Script…</string>
138138
</property>
139139
<property name="toolTip">
140-
<string>Save script...</string>
140+
<string>Save Script</string>
141141
</property>
142142
<property name="shortcut">
143143
<string>Ctrl+S</string>
144144
</property>
145145
</action>
146146
<action name="actionSaveScriptAs">
147147
<property name="text">
148-
<string>Save script as...</string>
148+
<string>Save Script as</string>
149149
</property>
150150
<property name="toolTip">
151-
<string>Save script as...</string>
151+
<string>Save Script as</string>
152152
</property>
153153
<property name="shortcut">
154154
<string>Ctrl+Shift+S</string>
155155
</property>
156156
</action>
157157
<action name="actionRunScript">
158158
<property name="text">
159-
<string>Run script</string>
159+
<string>Run Script</string>
160160
</property>
161161
<property name="toolTip">
162-
<string>Run script</string>
162+
<string>Run Script</string>
163163
</property>
164164
<property name="shortcut">
165165
<string>F5</string>
@@ -222,26 +222,26 @@
222222
</action>
223223
<action name="actionIncreaseFontSize">
224224
<property name="text">
225-
<string>Increase font size</string>
225+
<string>Increase Font Size</string>
226226
</property>
227227
<property name="toolTip">
228-
<string>Increase font size</string>
228+
<string>Increase Font Size</string>
229229
</property>
230230
</action>
231231
<action name="actionDecreaseFontSize">
232232
<property name="text">
233-
<string>Decrease font size</string>
233+
<string>Decrease Font Size</string>
234234
</property>
235235
<property name="toolTip">
236-
<string>Decrease font size</string>
236+
<string>Decrease Font Size</string>
237237
</property>
238238
</action>
239239
<action name="actionFindReplace">
240240
<property name="checkable">
241241
<bool>true</bool>
242242
</property>
243243
<property name="text">
244-
<string>Find &amp; replace</string>
244+
<string>Find &amp;&amp; &amp;Replace</string>
245245
</property>
246246
</action>
247247
</widget>

0 commit comments

Comments
 (0)