Skip to content
Snippets Groups Projects
Commit d856f1ea authored by Sergei Litovchuk's avatar Sergei Litovchuk
Browse files

Low task (EXT-6261) [HARD CODED] Abuse Report: After sending an abuse report,...

Low task (EXT-6261) [HARD CODED] Abuse Report: After sending an abuse report, there is a popup window stating that the report is sent/uploaded. The window isn´t localized.
- Removed hardcoded string.

Reviewed by Richard Nelson https://codereview.productengine.com/secondlife/r/23/

--HG--
branch : product-engine
parent 3a140001
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,8 @@ ...@@ -84,6 +84,8 @@
#include "llassetuploadresponders.h" #include "llassetuploadresponders.h"
#include "llagentui.h" #include "llagentui.h"
#include "lltrans.h"
const U32 INCLUDE_SCREENSHOT = 0x01 << 0; const U32 INCLUDE_SCREENSHOT = 0x01 << 0;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
...@@ -372,8 +374,7 @@ void LLFloaterReporter::onClickSend(void *userdata) ...@@ -372,8 +374,7 @@ void LLFloaterReporter::onClickSend(void *userdata)
return; return;
} }
LLUploadDialog::modalUploadDialog(LLTrans::getString("uploading_abuse_report"));
LLUploadDialog::modalUploadDialog("Uploading...\n\nReport");
// *TODO don't upload image if checkbox isn't checked // *TODO don't upload image if checkbox isn't checked
std::string url = gAgent.getRegion()->getCapability("SendUserReport"); std::string url = gAgent.getRegion()->getCapability("SendUserReport");
std::string sshot_url = gAgent.getRegion()->getCapability("SendUserReportWithScreenshot"); std::string sshot_url = gAgent.getRegion()->getCapability("SendUserReportWithScreenshot");
......
...@@ -3070,4 +3070,7 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. ...@@ -3070,4 +3070,7 @@ If you continue to receive this message, contact the [SUPPORT_SITE].
<string name="group_role_officers">Officers</string> <string name="group_role_officers">Officers</string>
<string name="group_role_owners">Owners</string> <string name="group_role_owners">Owners</string>
<string name="uploading_abuse_report">Uploading...
Abuse Report</string>
</strings> </strings>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment