diff options
| author | Lynx Linden <lynx@lindenlab.com> | 2010-02-04 00:41:03 +0000 | 
|---|---|---|
| committer | Lynx Linden <lynx@lindenlab.com> | 2010-02-04 00:41:03 +0000 | 
| commit | bc882419492def6b4f822643c0cf6d4d84327d55 (patch) | |
| tree | fd31bd2e15f15e9a196633c900f3bdcc313332c6 | |
| parent | 97d24fe89fa4677cada315805edfa27d95d4ed8f (diff) | |
EXT-4898: Trying to subvert the coding policy hooks....
.lproj/language.txt MUST NOT have a newline at the end, but the coding
policy hooks won't let me do this. Making a trivial change so that I can
undo it again with the relevant just-do-it flag.
| -rw-r--r-- | indra/newview/English.lproj/language.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/English.lproj/language.txt b/indra/newview/English.lproj/language.txt index bc0aa577f9..7eda695fea 100644 --- a/indra/newview/English.lproj/language.txt +++ b/indra/newview/English.lproj/language.txt @@ -1 +1 @@ -en-us
\ No newline at end of file +en-us | 
