diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-09-05 15:18:58 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-09-05 15:18:58 -0400 | 
| commit | 8dc273b942ca3bae7469dcbaf7bab171b889eea1 (patch) | |
| tree | ce697a909e1a25bcab2ff9dffa89afb781611546 | |
| parent | 035ab9f3747dc555148b17b87888fcf60ccc0114 (diff) | |
correct some doc strings in the autobuild config file
| -rwxr-xr-x | autobuild.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/autobuild.xml b/autobuild.xml index e047d4d686..3ffe77451f 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -1965,11 +1965,11 @@      <key>package_description</key>      <map>        <key>description</key> -      <string>Spell checking dictionaries</string> +      <string>Second Life Viewer</string>        <key>license</key> -      <string>various open</string> +      <string>LGPL</string>        <key>name</key> -      <string>dictionaries</string> +      <string>Second Life Viewer</string>        <key>platforms</key>        <map>          <key>common</key> | 
