summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-06-30 04:24:11 -0400
committerJonathan Yap <none@none>2011-06-30 04:24:11 -0400
commit845a92aceda812841f069c0f12a25cec20f4de01 (patch)
treeb2efd33081c179bdd4c602d087c079fb8e16fbfc /indra/newview
parenta6475e379e972776761a9d69b76fcbb392959a26 (diff)
STORM-1459 Updated comment per Nicky's suggestion
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelwearing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelwearing.cpp b/indra/newview/llpanelwearing.cpp
index c2f39524c4..a56b7d6006 100644
--- a/indra/newview/llpanelwearing.cpp
+++ b/indra/newview/llpanelwearing.cpp
@@ -297,7 +297,7 @@ void LLPanelWearing::copyToClipboard()
iter++;
if (item != NULL)
{
- // Append a CR to all but the last line
+ // Append a newline to all but the last line
text += iter != data.end() ? item->getName() + "\n" : item->getName();
}
}