diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pl/inspect_group.xml')
-rw-r--r--[-rwxr-xr-x] | indra/newview/skins/default/xui/pl/inspect_group.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/indra/newview/skins/default/xui/pl/inspect_group.xml b/indra/newview/skins/default/xui/pl/inspect_group.xml index 63c79acc8c..5217448553 100755..100644 --- a/indra/newview/skins/default/xui/pl/inspect_group.xml +++ b/indra/newview/skins/default/xui/pl/inspect_group.xml @@ -1,8 +1,4 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<!-- - Not can_close / no title to avoid window chrome - Single instance - only have one at a time, recycle it each spawn ---> +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <floater name="inspect_group"> <string name="PrivateGroup"> Grupa prywatna @@ -11,12 +7,12 @@ Wstęp wolny </string> <string name="CostToJoin"> - L$[AMOUNT] by dołączyć + [AMOUNT]L$ by dołączyć </string> <string name="YouAreMember"> - Jesteś członkiem + Jesteś w grupie </string> - <button label="Dołącz" name="join_btn"/> - <button label="Opuść" name="leave_btn"/> - <button label="Zobacz profil" name="view_profile_btn"/> + <button label="Dołącz" name="join_btn" /> + <button label="Opuść" name="leave_btn" /> + <button label="Zobacz profil" name="view_profile_btn" /> </floater> |