diff options
Diffstat (limited to 'linden/indra/newview/llviewertexteditor.h')
-rw-r--r-- | linden/indra/newview/llviewertexteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h index c69b3f0..9d30e4f 100644 --- a/linden/indra/newview/llviewertexteditor.h +++ b/linden/indra/newview/llviewertexteditor.h | |||
@@ -85,7 +85,7 @@ public: | |||
85 | void setEmbeddedText(const std::string& instr); | 85 | void setEmbeddedText(const std::string& instr); |
86 | std::string getEmbeddedText(); | 86 | std::string getEmbeddedText(); |
87 | 87 | ||
88 | // Appends Second Life time, small font, grey. | 88 | // Appends grid time, small font, grey. |
89 | // If this starts a line, you need to prepend a newline. | 89 | // If this starts a line, you need to prepend a newline. |
90 | std::string appendTime(bool prepend_newline); | 90 | std::string appendTime(bool prepend_newline); |
91 | 91 | ||