Commit 98a3aecea3595135ad421a8dbe7466c3d7180ffb
1 parent
116dc0ce
Exists in
master
and in
3 other branches
Fixing UI
Showing
1 changed file
with
10 additions
and
10 deletions
Show diff stats
ui/window.xml
... | ... | @@ -204,22 +204,22 @@ |
204 | 204 | |
205 | 205 | <item> |
206 | 206 | <attribute name="label" translatable="yes">Erase input</attribute> |
207 | - <attribute name="action">win.erase_input</attribute> | |
207 | + <attribute name="action">win.erase-input</attribute> | |
208 | 208 | </item> |
209 | 209 | |
210 | 210 | <item> |
211 | 211 | <attribute name="label" translatable="yes">Delete Field</attribute> |
212 | - <attribute name="action">win.delete_field</attribute> | |
212 | + <attribute name="action">win.delete-field</attribute> | |
213 | 213 | </item> |
214 | 214 | |
215 | 215 | <item> |
216 | 216 | <attribute name="label" translatable="yes">Erase to end of field</attribute> |
217 | - <attribute name="action">win.erase_eof</attribute> | |
217 | + <attribute name="action">win.erase-eof</attribute> | |
218 | 218 | </item> |
219 | 219 | |
220 | 220 | <item> |
221 | 221 | <attribute name="label" translatable="yes">Erase to end of line</attribute> |
222 | - <attribute name="action">win.erase_eol</attribute> | |
222 | + <attribute name="action">win.erase-eol</attribute> | |
223 | 223 | </item> |
224 | 224 | |
225 | 225 | </section> |
... | ... | @@ -325,22 +325,22 @@ |
325 | 325 | |
326 | 326 | <item> |
327 | 327 | <attribute name="label" translatable="yes">Erase input</attribute> |
328 | - <attribute name="action">win.erase_input</attribute> | |
328 | + <attribute name="action">win.erase-input</attribute> | |
329 | 329 | </item> |
330 | 330 | |
331 | 331 | <item> |
332 | 332 | <attribute name="label" translatable="yes">Delete Field</attribute> |
333 | - <attribute name="action">win.delete_field</attribute> | |
333 | + <attribute name="action">win.delete-field</attribute> | |
334 | 334 | </item> |
335 | 335 | |
336 | 336 | <item> |
337 | 337 | <attribute name="label" translatable="yes">Erase to end of field</attribute> |
338 | - <attribute name="action">win.erase_eof</attribute> | |
338 | + <attribute name="action">win.erase-eof</attribute> | |
339 | 339 | </item> |
340 | 340 | |
341 | 341 | <item> |
342 | 342 | <attribute name="label" translatable="yes">Erase to end of line</attribute> |
343 | - <attribute name="action">win.erase_eol</attribute> | |
343 | + <attribute name="action">win.erase-eol</attribute> | |
344 | 344 | </item> |
345 | 345 | |
346 | 346 | </section> |
... | ... | @@ -430,12 +430,12 @@ |
430 | 430 | |
431 | 431 | <item> |
432 | 432 | <attribute name="label" translatable="yes">Save screen</attribute> |
433 | - <attribute name="action">win.save.screen</attribute> | |
433 | + <attribute name="action">win.save-all</attribute> | |
434 | 434 | </item> |
435 | 435 | |
436 | 436 | <item> |
437 | 437 | <attribute name="label" translatable="yes">Print screen</attribute> |
438 | - <attribute name="action">win.print.screen</attribute> | |
438 | + <attribute name="action">win.print-all</attribute> | |
439 | 439 | </item> |
440 | 440 | |
441 | 441 | <item> | ... | ... |