diff options
author | eli_linden <none@none> | 2011-06-07 13:14:56 -0700 |
---|---|---|
committer | eli_linden <none@none> | 2011-06-07 13:14:56 -0700 |
commit | d5a5238fa938ece9a536fc613357610b01b9d937 (patch) | |
tree | 308033a43aebd9fc2137c8cc33556fdbf3a6536b | |
parent | 815b340599a74f91997cc5c13bdcfdf180057819 (diff) |
FIX VWR-20844 en_xui_change
4 files changed, 9 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/da/floater_buy_currency.xml b/indra/newview/skins/default/xui/da/floater_buy_currency.xml index ec6ac5b2a8..ec47b2f445 100644 --- a/indra/newview/skins/default/xui/da/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/da/floater_buy_currency.xml @@ -52,7 +52,8 @@ Indtast beløbet for at se nyeste valutakurs. </text> <text name="purchase_warning_repurchase"> - Bekræftelse af dette køb medfører kun køb af L$, ikke objektet. + Bekræftelse af dette køb medfører kun køb af L$, ikke +objektet. </text> <text name="purchase_warning_notenough"> Du køber ikke nok L$. Forøg venligst beløbet. diff --git a/indra/newview/skins/default/xui/en/floater_buy_currency.xml b/indra/newview/skins/default/xui/en/floater_buy_currency.xml index 9f6eac198b..49ca6cc8ba 100644 --- a/indra/newview/skins/default/xui/en/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/en/floater_buy_currency.xml @@ -247,10 +247,10 @@ Re-enter amount to see the latest exchange rate. follows="top|left" layout="topleft" halign="right" - top="213" + top="208" left="10" width="310" - height="30" + height="35" name="purchase_warning_repurchase"> Confirming this purchase only buys L$, not the object. </text> diff --git a/indra/newview/skins/default/xui/es/floater_buy_currency.xml b/indra/newview/skins/default/xui/es/floater_buy_currency.xml index a8fa030846..2f92cb55eb 100644 --- a/indra/newview/skins/default/xui/es/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/es/floater_buy_currency.xml @@ -51,8 +51,9 @@ <text name="exchange_rate_note"> Vuelve a escribir la cantidad para ver el tipo de cambio más reciente. </text> - <text name="purchase_warning_repurchase" right="-10"> - Confirmando que con esta compra sólo se compran L$, no el objeto. + <text name="purchase_warning_repurchase"> + Confirmando que con esta compra sólo se compran L$, +no el objeto. </text> <text name="purchase_warning_notenough"> No estás comprando suficientes L$. Por favor, aumenta la cantidad. diff --git a/indra/newview/skins/default/xui/it/floater_buy_currency.xml b/indra/newview/skins/default/xui/it/floater_buy_currency.xml index 0a499a6c44..635b56d37a 100644 --- a/indra/newview/skins/default/xui/it/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/it/floater_buy_currency.xml @@ -52,7 +52,8 @@ Riscrivi l'importo per vedere l'ultimo tasso al cambio. </text> <text name="purchase_warning_repurchase"> - La conferma di questo acquisto compra solo L$, non l'oggetto. + La conferma di questo acquisto compra solo L$, non +l'oggetto. </text> <text bottom_delta="16" name="purchase_warning_notenough"> Non stai acquistando abbastanza L$. Aumenta l'importo. |