diff options
author | McCabe Maxsted | 2011-06-08 08:08:14 -0700 |
---|---|---|
committer | Jacek Antonelli | 2011-06-09 23:11:49 -0500 |
commit | f97f281c4f7d1407d2518067ff73c77fa975132c (patch) | |
tree | d402e895352d0e9a0967762dba8fd26294b0663b /linden/indra/newview/skins/default/xui/en-us | |
parent | Merge remote-tracking branch 'mccabe/1.4-fbeta-iwsupport' into next (diff) | |
download | meta-impy-f97f281c4f7d1407d2518067ff73c77fa975132c.zip meta-impy-f97f281c4f7d1407d2518067ff73c77fa975132c.tar.gz meta-impy-f97f281c4f7d1407d2518067ff73c77fa975132c.tar.bz2 meta-impy-f97f281c4f7d1407d2518067ff73c77fa975132c.tar.xz |
Added copy group link button to create clickable links to groups in the viewer
(cherry picked from commit 18464593de52a31fa098f5ee5e543d9a44f1889e)
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml index b032b09..2974490 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml | |||
@@ -8,9 +8,12 @@ general Group Preferences and member options. | |||
8 | 8 | ||
9 | Hover your mouse over the options for more help. | 9 | Hover your mouse over the options for more help. |
10 | </string> | 10 | </string> |
11 | <string name="group_info_unchanged"> | 11 | <string name="group_info_unchanged"> |
12 | General group information has changed. | 12 | General group information has changed. |
13 | </string> | 13 | </string> |
14 | <string name="copy_group_link_info"> | ||
15 | Copied group link: [SLURL] | ||
16 | </string> | ||
14 | <button bottom="-24" follows="left|top" font="SansSerif" halign="center" height="16" | 17 | <button bottom="-24" follows="left|top" font="SansSerif" halign="center" height="16" |
15 | label="?" label_selected="?" left="391" mouse_opaque="true" | 18 | label="?" label_selected="?" left="391" mouse_opaque="true" |
16 | name="help_button" width="20" /> | 19 | name="help_button" width="20" /> |
@@ -50,7 +53,10 @@ Hover your mouse over the options for more help. | |||
50 | width="265" word_wrap="true" spell_check="true"> | 53 | width="265" word_wrap="true" spell_check="true"> |
51 | Group Charter | 54 | Group Charter |
52 | </text_editor> | 55 | </text_editor> |
53 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | 56 | <button bottom_delta="-28" follows="left|top" font="SansSerif" halign="center" |
57 | height="22" label="Copy Group Link" | ||
58 | right="-7" mouse_opaque="true" name="copy_link_button" width="128" /> | ||
59 | <button bottom_delta="28" follows="left|top" font="SansSerif" halign="center" | ||
54 | height="22" label="Join (free)" label_selected="Join (free)" left="7" | 60 | height="22" label="Join (free)" label_selected="Join (free)" left="7" |
55 | mouse_opaque="true" name="join_button" width="128" /> | 61 | mouse_opaque="true" name="join_button" width="128" /> |
56 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | 62 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" |