Commit 3f5463937f24a7ea184414c83dd5eedf065774c9
1 parent
6149ffc4
Exists in
master
and in
3 other branches
Adjustments in user interface.
Showing
1 changed file
with
29 additions
and
27 deletions
Show diff stats
ui/window.xml
... | ... | @@ -179,25 +179,6 @@ |
179 | 179 | <section> |
180 | 180 | |
181 | 181 | <item> |
182 | - <attribute name="label" translatable="yes">Save selected</attribute> | |
183 | - <attribute name="action">win.save-selected</attribute> | |
184 | - </item> | |
185 | - | |
186 | - <item> | |
187 | - <attribute name="label" translatable="yes">Print selected</attribute> | |
188 | - <attribute name="action">win.print-selected</attribute> | |
189 | - </item> | |
190 | - | |
191 | - <item> | |
192 | - <attribute name="label" translatable="yes">Unselect</attribute> | |
193 | - <attribute name="action">win.unselect</attribute> | |
194 | - </item> | |
195 | - | |
196 | - </section> | |
197 | - | |
198 | - <section> | |
199 | - | |
200 | - <item> | |
201 | 182 | <attribute name="label" translatable="yes">Clear</attribute> |
202 | 183 | <attribute name="action">win.clear</attribute> |
203 | 184 | </item> |
... | ... | @@ -260,15 +241,36 @@ |
260 | 241 | |
261 | 242 | </submenu> |
262 | 243 | |
263 | - <item> | |
264 | - <attribute name="label" translatable="yes">Disconnect</attribute> | |
265 | - <attribute name="action">win.disconnect</attribute> | |
266 | - </item> | |
244 | + <section> | |
267 | 245 | |
268 | - <item> | |
269 | - <attribute name="label" translatable="yes">Close window</attribute> | |
270 | - <attribute name="action">win.close</attribute> | |
271 | - </item> | |
246 | + <item> | |
247 | + <attribute name="label" translatable="yes">Save selected</attribute> | |
248 | + <attribute name="action">win.save-selected</attribute> | |
249 | + </item> | |
250 | + | |
251 | + <item> | |
252 | + <attribute name="label" translatable="yes">Print selected</attribute> | |
253 | + <attribute name="action">win.print-selected</attribute> | |
254 | + </item> | |
255 | + | |
256 | + <item> | |
257 | + <attribute name="label" translatable="yes">Unselect</attribute> | |
258 | + <attribute name="action">win.unselect</attribute> | |
259 | + </item> | |
260 | + | |
261 | + </section> | |
262 | + | |
263 | + <section> | |
264 | + <item> | |
265 | + <attribute name="label" translatable="yes">Disconnect</attribute> | |
266 | + <attribute name="action">win.disconnect</attribute> | |
267 | + </item> | |
268 | + | |
269 | + <item> | |
270 | + <attribute name="label" translatable="yes">Close window</attribute> | |
271 | + <attribute name="action">win.close</attribute> | |
272 | + </item> | |
273 | + </section> | |
272 | 274 | |
273 | 275 | </menu> |
274 | 276 | ... | ... |