Solve Issue 1755: Change Appearance Save button to a flyout option, and move File->Update Outfit

Update Outfit is now at the bottom of the inventory's File menu.
This commit is contained in:
Inusaito Sayori
2014-12-05 18:39:05 -05:00
parent 18f640d73d
commit 80b4fe6613
11 changed files with 28 additions and 31 deletions

View File

@@ -398,8 +398,7 @@ und dieses anziehen.</text>
<button name="Export" label="Exportieren" tool_tip="Exportiere das gewählte Kleidungsteil; das Kleidungsteil muss copy/mod/trans sein, und sie müssen der Ersteller sein."/>
<button label="Abbrechen" label_selected="Abbrechen" name="Cancel"/>
<button label="OK" label_selected="OK" name="Ok"/>
<button label="Outfit erstellen..." label_selected="Outfit erstellen..." name="Make Outfit"/>
<button name="Save Outfit" label="Outfit speichern"/>
<flyout_button label="Outfit erstellen..." label_selected="Outfit erstellen..." name="Make Outfit"/>
<string name="Save changes to" value="Änderungen zu [OUTFIT] speichern"/>
<string name="No Outfit" value="Kein Outfit"/>
<string name="Changing outfits" value="Outfits ändern"/>

View File

@@ -45,7 +45,6 @@
<menu_bar name="Inventory Menu">
<menu label="Datei" name="File">
<menu_item_call label="Öffnen" name="Open"/>
<menu_item_call label="Outfit aktualisieren" name="Update Outfit"/>
<menu_item_call label="Neues Fenster" name="New Window"/>
@@ -55,6 +54,7 @@
<menu_item_call label="Papierkorb ausleeren" name="Empty Trash"/>
<menu_item_call label="Inventar aktualisieren" name="Refresh Inventory"/>
<menu_item_call label="Outfit aktualisieren" name="Update Outfit"/>
</menu>
<menu label="Erstellen" name="Create">
<menu_item_call label="Neuer Ordner" name="New Folder"/>