Commit c43ee20780f6dac1759447a6d87bb65f778f11fb
1 parent
caad4601
Exists in
master
and in
4 other branches
Fixing action names.
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
ui/application.xml
... | ... | @@ -84,17 +84,17 @@ |
84 | 84 | |
85 | 85 | <item> |
86 | 86 | <attribute name="label" translatable="yes">Save screen</attribute> |
87 | - <attribute name="action">win.save.screen</attribute> | |
87 | + <attribute name="action">win.save-all</attribute> | |
88 | 88 | </item> |
89 | 89 | |
90 | 90 | <item> |
91 | 91 | <attribute name="label" translatable="yes">Save selected</attribute> |
92 | - <attribute name="action">win.save.selected</attribute> | |
92 | + <attribute name="action">win.save-selected</attribute> | |
93 | 93 | </item> |
94 | 94 | |
95 | 95 | <item> |
96 | 96 | <attribute name="label" translatable="yes">Save copy</attribute> |
97 | - <attribute name="action">win.save.copy</attribute> | |
97 | + <attribute name="action">win.save-copy</attribute> | |
98 | 98 | </item> |
99 | 99 | |
100 | 100 | </section> |
... | ... | @@ -103,17 +103,17 @@ |
103 | 103 | |
104 | 104 | <item> |
105 | 105 | <attribute name="label" translatable="yes">Print Screen</attribute> |
106 | - <attribute name="action">win.print.screen</attribute> | |
106 | + <attribute name="action">win.print-all</attribute> | |
107 | 107 | </item> |
108 | 108 | |
109 | 109 | <item> |
110 | 110 | <attribute name="label" translatable="yes">Print selected</attribute> |
111 | - <attribute name="action">win.print.selected</attribute> | |
111 | + <attribute name="action">win.print-selected</attribute> | |
112 | 112 | </item> |
113 | 113 | |
114 | 114 | <item> |
115 | 115 | <attribute name="label" translatable="yes">Print copy</attribute> |
116 | - <attribute name="action">win.print.copy</attribute> | |
116 | + <attribute name="action">win.print-copy</attribute> | |
117 | 117 | </item> |
118 | 118 | |
119 | 119 | </section> | ... | ... |