diff options
author | Oz Linden <oz@lindenlab.com> | 2015-02-20 18:05:41 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-02-20 18:05:41 -0500 |
commit | eb5d634ef97a638f59785c507f7211674edef3ea (patch) | |
tree | fcc3a02c3504a776d8bf470ec0978837505f0796 | |
parent | aef5979bfb249db753fa31dac509437b7f7536aa (diff) |
separate tag and attribute names
-rwxr-xr-x | indra/newview/skins/default/xui/pl/floater_font_test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_font_test.xml b/indra/newview/skins/default/xui/pl/floater_font_test.xml index 8542cafd16..7bf6c11d21 100755 --- a/indra/newview/skins/default/xui/pl/floater_font_test.xml +++ b/indra/newview/skins/default/xui/pl/floater_font_test.xml @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floatername="contents" title="TEST CZCIONKI" /> +<floater name="contents" title="TEST CZCIONKI" /> |