More repharasing.......

This commit is contained in:
phr0z3nt04st
2010-07-02 20:48:12 -05:00
parent 0acbf9c2d6
commit 9e390b5cf6

View File

@@ -375,7 +375,7 @@ class LLFileUploadBulk : public view_listener_t
// <edit>
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;