|
123 | 123 | </widget> |
124 | 124 | <action name="actionOpenScript"> |
125 | 125 | <property name="text"> |
126 | | - <string>Open script...</string> |
| 126 | + <string>Open Script…</string> |
127 | 127 | </property> |
128 | 128 | <property name="toolTip"> |
129 | | - <string>Open script</string> |
| 129 | + <string>Open Script</string> |
130 | 130 | </property> |
131 | 131 | <property name="shortcut"> |
132 | 132 | <string>Ctrl+O</string> |
133 | 133 | </property> |
134 | 134 | </action> |
135 | 135 | <action name="actionSaveScript"> |
136 | 136 | <property name="text"> |
137 | | - <string>Save script...</string> |
| 137 | + <string>Save Script…</string> |
138 | 138 | </property> |
139 | 139 | <property name="toolTip"> |
140 | | - <string>Save script...</string> |
| 140 | + <string>Save Script</string> |
141 | 141 | </property> |
142 | 142 | <property name="shortcut"> |
143 | 143 | <string>Ctrl+S</string> |
144 | 144 | </property> |
145 | 145 | </action> |
146 | 146 | <action name="actionSaveScriptAs"> |
147 | 147 | <property name="text"> |
148 | | - <string>Save script as...</string> |
| 148 | + <string>Save Script as…</string> |
149 | 149 | </property> |
150 | 150 | <property name="toolTip"> |
151 | | - <string>Save script as...</string> |
| 151 | + <string>Save Script as</string> |
152 | 152 | </property> |
153 | 153 | <property name="shortcut"> |
154 | 154 | <string>Ctrl+Shift+S</string> |
155 | 155 | </property> |
156 | 156 | </action> |
157 | 157 | <action name="actionRunScript"> |
158 | 158 | <property name="text"> |
159 | | - <string>Run script</string> |
| 159 | + <string>Run Script</string> |
160 | 160 | </property> |
161 | 161 | <property name="toolTip"> |
162 | | - <string>Run script</string> |
| 162 | + <string>Run Script</string> |
163 | 163 | </property> |
164 | 164 | <property name="shortcut"> |
165 | 165 | <string>F5</string> |
|
222 | 222 | </action> |
223 | 223 | <action name="actionIncreaseFontSize"> |
224 | 224 | <property name="text"> |
225 | | - <string>Increase font size</string> |
| 225 | + <string>Increase Font Size</string> |
226 | 226 | </property> |
227 | 227 | <property name="toolTip"> |
228 | | - <string>Increase font size</string> |
| 228 | + <string>Increase Font Size</string> |
229 | 229 | </property> |
230 | 230 | </action> |
231 | 231 | <action name="actionDecreaseFontSize"> |
232 | 232 | <property name="text"> |
233 | | - <string>Decrease font size</string> |
| 233 | + <string>Decrease Font Size</string> |
234 | 234 | </property> |
235 | 235 | <property name="toolTip"> |
236 | | - <string>Decrease font size</string> |
| 236 | + <string>Decrease Font Size</string> |
237 | 237 | </property> |
238 | 238 | </action> |
239 | 239 | <action name="actionFindReplace"> |
240 | 240 | <property name="checkable"> |
241 | 241 | <bool>true</bool> |
242 | 242 | </property> |
243 | 243 | <property name="text"> |
244 | | - <string>Find & replace</string> |
| 244 | + <string>Find && &Replace</string> |
245 | 245 | </property> |
246 | 246 | </action> |
247 | 247 | </widget> |
|
0 commit comments