From 0acbf9c2d611fdbab8ad9419cd166087279dd7ad Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Fri, 2 Jul 2010 20:45:10 -0500 Subject: [PATCH] Griffer technology, rephrased bulk temp message. --- indra/newview/llviewermenufile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index e6d6790a2..6bae6ba15 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -375,9 +375,9 @@ 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?"; + std::string msg = "Would you like to bulk upload the files as temporary files? (only textures work as temporary)"; if(expected_upload_cost) - msg.append(llformat("\nWARNING: Each upload costs L$%d.",expected_upload_cost)); + msg.append(llformat("\nWARNING: Each upload costs L$%d if it's not temporary.",expected_upload_cost)); args["MESSAGE"] = msg; LLNotifications::instance().add("GenericAlertYesNoCancel", args, LLSD(), onConfirmBulkUploadTemp); /* moved to the callback for the above