Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_choose_group.xml
Lirusaito 4ef32a3805 Sync more stuff with upstream! (Mainly updates stuff involving LLFloaterGroupPicker)
Updates llfloatergroups to be a lot similar to upstream
- Adds LLFLoaterGroupPicker::removeNoneOption and changes LLFloaterGroupPicker to use modern style callback
- Switched from using per ui xml string for the none entry in groups to the strings.xml one, updated and cleaned existing translations to use this.
- Changes LLFLoaterGroupPicker into an instance tracker by id, because it was already acting like one.
Updates llpanelpermissions RLVa bits and fixes last owner label never enabled
2013-07-13 17:28:09 -04:00

9 lines
281 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="groups" title="Groupes">
<text name="groupdesc">
Choisir un groupe:
</text>
<button label="OK" label_selected="OK" name="OK"/>
<button label="Annuler" label_selected="Annuler" name="Cancel"/>
</floater>