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,22 +295,22 @@
295 295
296 <item> 296 <item>
297 <attribute name="label" translatable="yes">Erase input</attribute> 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 </item> 299 </item>
300 300
301 <item> 301 <item>
302 <attribute name="label" translatable="yes">Delete Field</attribute> 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 </item> 304 </item>
305 305
306 <item> 306 <item>
307 <attribute name="label" translatable="yes">Erase to end of field</attribute> 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 </item> 309 </item>
310 310
311 <item> 311 <item>
312 <attribute name="label" translatable="yes">Erase to end of line</attribute> 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 </item> 314 </item>
315 315
316 </section> 316 </section>