diff options
author | McCabe Maxsted | 2010-04-26 20:06:23 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-26 20:06:23 -0700 |
commit | e563e2c2cc66fa9f3b47c4814d70f9800d957026 (patch) | |
tree | a2a9ca5bfeaf747b76b744f007da061ad15110c2 /linden/indra/newview/skins/default/xui/en-us/floater_pay.xml | |
parent | Merge commit 'jacek/next' into next (diff) | |
download | meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.zip meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.gz meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.bz2 meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.xz |
Ported currency changes from Hippo (#237) and fixed some labels Hippo missed (also fixed #200 in the process)
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/floater_pay.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_pay.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml b/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml index 9caf96e..be53b41 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml | |||
@@ -12,19 +12,19 @@ | |||
12 | Fast Pay: | 12 | Fast Pay: |
13 | </text> | 13 | </text> |
14 | 14 | ||
15 | <button name="fastpay 1" label="L$1" | 15 | <button name="fastpay 1" label="[CURRENCY]1" |
16 | bottom_delta="0" left="95" height="20" width="75" | 16 | bottom_delta="0" left="95" height="20" width="75" |
17 | font="SansSerif" halign="center" scale_image="true" /> | 17 | font="SansSerif" halign="center" scale_image="true" /> |
18 | 18 | ||
19 | <button name="fastpay 5" label="L$5" | 19 | <button name="fastpay 5" label="[CURRENCY]5" |
20 | bottom_delta="0" left_delta="85" height="20" width="75" | 20 | bottom_delta="0" left_delta="85" height="20" width="75" |
21 | font="SansSerif" halign="center" scale_image="true" /> | 21 | font="SansSerif" halign="center" scale_image="true" /> |
22 | 22 | ||
23 | <button name="fastpay 10" label="L$10" | 23 | <button name="fastpay 10" label="[CURRENCY]10" |
24 | bottom_delta="-25" left="95" height="20" width="75" | 24 | bottom_delta="-25" left="95" height="20" width="75" |
25 | font="SansSerif" halign="center" scale_image="true" /> | 25 | font="SansSerif" halign="center" scale_image="true" /> |
26 | 26 | ||
27 | <button name="fastpay 20" label="L$20" | 27 | <button name="fastpay 20" label="[CURRENCY]20" |
28 | bottom_delta="0" left_delta="85" height="20" width="75" | 28 | bottom_delta="0" left_delta="85" height="20" width="75" |
29 | font="SansSerif" halign="center" scale_image="true" /> | 29 | font="SansSerif" halign="center" scale_image="true" /> |
30 | 30 | ||
@@ -55,7 +55,7 @@ | |||
55 | <text name="currency text" | 55 | <text name="currency text" |
56 | bottom_delta="0" left_delta="67" height="18" width="15" | 56 | bottom_delta="0" left_delta="67" height="18" width="15" |
57 | follows="left|top" font="SansSerif"> | 57 | follows="left|top" font="SansSerif"> |
58 | L$ | 58 | [CURRENCY] |
59 | </text> | 59 | </text> |
60 | 60 | ||
61 | <line_editor name="amount" max_length="9" | 61 | <line_editor name="amount" max_length="9" |