diff options
author | Cho <cho@lindenlab.com> | 2013-11-14 18:48:13 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-11-14 18:48:13 +0000 |
commit | 08e0b94ff043b77d96609d9d8f395c0acf2640d0 (patch) | |
tree | 67f9fe7b75a8bb2b9102f369320ddd1684eaa090 | |
parent | 758f656100406015bc8b27284670088decbbfabb (diff) |
changed capitalization of Flickr SLURL link text to 'Visit this location now' for ACME-1186
-rw-r--r-- | indra/newview/llfloaterflickr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterflickr.cpp b/indra/newview/llfloaterflickr.cpp index 97361643ed..61ebe563a3 100644 --- a/indra/newview/llfloaterflickr.cpp +++ b/indra/newview/llfloaterflickr.cpp @@ -53,7 +53,7 @@ static LLRegisterPanelClassWrapper<LLFlickrAccountPanel> t_panel_account("llflic const S32 MAX_POSTCARD_DATASIZE = 1024 * 1024; // one megabyte const std::string DEFAULT_PHOTO_QUERY_PARAMETERS = "?sourceid=slshare_photo&utm_source=flickr&utm_medium=photo&utm_campaign=slshare"; -const std::string DEFAULT_PHOTO_LINK_TEXT = "VISIT THIS LOCATION NOW"; +const std::string DEFAULT_PHOTO_LINK_TEXT = "Visit this location now"; const std::string DEFAULT_TAG_TEXT = "secondlife "; /////////////////////////// |