From 9e390b5cf6621e8884b2416a75f52976b24cfeea Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Fri, 2 Jul 2010 20:48:12 -0500 Subject: [PATCH] More repharasing....... --- indra/newview/llviewermenufile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index 6bae6ba15..d6f6bd231 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -375,7 +375,7 @@ class LLFileUploadBulk : public view_listener_t // S32 expected_upload_cost = LLGlobalEconomy::Singleton::getInstance()->getPriceUpload(); LLSD args; - std::string msg = "Would you like to bulk upload the files as temporary files? (only textures work as temporary)"; + std::string msg = "Would you like to bulk upload the files as temporary files?\nOnly textures will upload as temporary on Agni and Aditi."; if(expected_upload_cost) msg.append(llformat("\nWARNING: Each upload costs L$%d if it's not temporary.",expected_upload_cost)); args["MESSAGE"] = msg;