Skip to content

Commit 6841bac

Browse files
committed
String capitalization
(cherry-picked from a82bffc)
1 parent 2e7990f commit 6841bac

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

python/plugins/processing/ui/DlgScriptEditor.ui

+13-13
Original file line numberDiff line numberDiff line change
@@ -124,43 +124,43 @@
124124
</widget>
125125
<action name="actionOpenScript">
126126
<property name="text">
127-
<string>Open script...</string>
127+
<string>Open Script…</string>
128128
</property>
129129
<property name="toolTip">
130-
<string>Open script</string>
130+
<string>Open Script</string>
131131
</property>
132132
<property name="shortcut">
133133
<string>Ctrl+O</string>
134134
</property>
135135
</action>
136136
<action name="actionSaveScript">
137137
<property name="text">
138-
<string>Save script...</string>
138+
<string>Save Script…</string>
139139
</property>
140140
<property name="toolTip">
141-
<string>Save script...</string>
141+
<string>Save Script</string>
142142
</property>
143143
<property name="shortcut">
144144
<string>Ctrl+S</string>
145145
</property>
146146
</action>
147147
<action name="actionSaveScriptAs">
148148
<property name="text">
149-
<string>Save script as...</string>
149+
<string>Save Script as</string>
150150
</property>
151151
<property name="toolTip">
152-
<string>Save script as...</string>
152+
<string>Save Script as</string>
153153
</property>
154154
<property name="shortcut">
155155
<string>Ctrl+Shift+S</string>
156156
</property>
157157
</action>
158158
<action name="actionRunScript">
159159
<property name="text">
160-
<string>Run script</string>
160+
<string>Run Script</string>
161161
</property>
162162
<property name="toolTip">
163-
<string>Run script</string>
163+
<string>Run Script</string>
164164
</property>
165165
<property name="shortcut">
166166
<string>F5</string>
@@ -223,26 +223,26 @@
223223
</action>
224224
<action name="actionIncreaseFontSize">
225225
<property name="text">
226-
<string>Increase font size</string>
226+
<string>Increase Font Size</string>
227227
</property>
228228
<property name="toolTip">
229-
<string>Increase font size</string>
229+
<string>Increase Font Size</string>
230230
</property>
231231
</action>
232232
<action name="actionDecreaseFontSize">
233233
<property name="text">
234-
<string>Decrease font size</string>
234+
<string>Decrease Font Size</string>
235235
</property>
236236
<property name="toolTip">
237-
<string>Decrease font size</string>
237+
<string>Decrease Font Size</string>
238238
</property>
239239
</action>
240240
<action name="actionFindReplace">
241241
<property name="checkable">
242242
<bool>true</bool>
243243
</property>
244244
<property name="text">
245-
<string>Find &amp; replace</string>
245+
<string>Find &amp;&amp; &amp;Replace</string>
246246
</property>
247247
</action>
248248
</widget>

0 commit comments

Comments
 (0)