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,22 +204,22 @@ | ||
| 204 | 204 | ||
| 205 | <item> | 205 | <item> |
| 206 | <attribute name="label" translatable="yes">Erase input</attribute> | 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 | </item> | 208 | </item> |
| 209 | 209 | ||
| 210 | <item> | 210 | <item> |
| 211 | <attribute name="label" translatable="yes">Delete Field</attribute> | 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 | </item> | 213 | </item> |
| 214 | 214 | ||
| 215 | <item> | 215 | <item> |
| 216 | <attribute name="label" translatable="yes">Erase to end of field</attribute> | 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 | </item> | 218 | </item> |
| 219 | 219 | ||
| 220 | <item> | 220 | <item> |
| 221 | <attribute name="label" translatable="yes">Erase to end of line</attribute> | 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 | </item> | 223 | </item> |
| 224 | 224 | ||
| 225 | </section> | 225 | </section> |
| @@ -325,22 +325,22 @@ | @@ -325,22 +325,22 @@ | ||
| 325 | 325 | ||
| 326 | <item> | 326 | <item> |
| 327 | <attribute name="label" translatable="yes">Erase input</attribute> | 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 | </item> | 329 | </item> |
| 330 | 330 | ||
| 331 | <item> | 331 | <item> |
| 332 | <attribute name="label" translatable="yes">Delete Field</attribute> | 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 | </item> | 334 | </item> |
| 335 | 335 | ||
| 336 | <item> | 336 | <item> |
| 337 | <attribute name="label" translatable="yes">Erase to end of field</attribute> | 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 | </item> | 339 | </item> |
| 340 | 340 | ||
| 341 | <item> | 341 | <item> |
| 342 | <attribute name="label" translatable="yes">Erase to end of line</attribute> | 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 | </item> | 344 | </item> |
| 345 | 345 | ||
| 346 | </section> | 346 | </section> |
| @@ -430,12 +430,12 @@ | @@ -430,12 +430,12 @@ | ||
| 430 | 430 | ||
| 431 | <item> | 431 | <item> |
| 432 | <attribute name="label" translatable="yes">Save screen</attribute> | 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 | </item> | 434 | </item> |
| 435 | 435 | ||
| 436 | <item> | 436 | <item> |
| 437 | <attribute name="label" translatable="yes">Print screen</attribute> | 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 | </item> | 439 | </item> |
| 440 | 440 | ||
| 441 | <item> | 441 | <item> |