diff options
| author | maxim_productengine <mnikolenko@productengine.com> | 2019-01-15 11:53:53 +0200 | 
|---|---|---|
| committer | maxim_productengine <mnikolenko@productengine.com> | 2019-01-15 11:53:53 +0200 | 
| commit | 4aa6506b746a287675b2f418c0bdc32f87ea8d3c (patch) | |
| tree | f4e0e29224ee2e5c7050200f78469057effda505 | |
| parent | 2a524fe36c2551b6132a8658803a18a1427a4e69 (diff) | |
SL-10362 fixed typo in the message
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_region_environment.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_region_environment.xml b/indra/newview/skins/default/xui/en/panel_region_environment.xml index 0c0ca2ac60..32b6e56acd 100644 --- a/indra/newview/skins/default/xui/en/panel_region_environment.xml +++ b/indra/newview/skins/default/xui/en/panel_region_environment.xml @@ -17,7 +17,7 @@      <string name="str_cross_region">Environmental settings are not available across region boundries.</string>      <string name="str_legacy">Environmental settings are not available on this region.</string>      <string name="str_disallowed">The estate manager does not allow changing parcel environments in this region.</string> -    <string name="str_too_small">The parcel must be at least 128 square meeters to support an environment.</string> +    <string name="str_too_small">The parcel must be at least 128 square meters to support an environment.</string>      <string name="str_empty">(empty)</string>      <layout_stack               width="530"  | 
