Commit 827ae1e7567f1d7939040cdf320b8d2a241b78c1

Authored by Perry Werneck
1 parent 99cb5577

Updating UI.

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
ui/application.xml
... ... @@ -295,22 +295,22 @@
295 295  
296 296 <item>
297 297 <attribute name="label" translatable="yes">Erase input</attribute>
298   - <attribute name="action">win.erase_input</attribute>
  298 + <attribute name="action">win.erase-input</attribute>
299 299 </item>
300 300  
301 301 <item>
302 302 <attribute name="label" translatable="yes">Delete Field</attribute>
303   - <attribute name="action">win.delete_field</attribute>
  303 + <attribute name="action">win.delete-field</attribute>
304 304 </item>
305 305  
306 306 <item>
307 307 <attribute name="label" translatable="yes">Erase to end of field</attribute>
308   - <attribute name="action">win.erase_eof</attribute>
  308 + <attribute name="action">win.erase-eof</attribute>
309 309 </item>
310 310  
311 311 <item>
312 312 <attribute name="label" translatable="yes">Erase to end of line</attribute>
313   - <attribute name="action">win.erase_eol</attribute>
  313 + <attribute name="action">win.erase-eol</attribute>
314 314 </item>
315 315  
316 316 </section>
... ...