]> git.wh0rd.org - tt-rss.git/commitdiff
update report to tt-rss prompt
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 14 Mar 2014 10:40:29 +0000 (14:40 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 14 Mar 2014 10:40:29 +0000 (14:40 +0400)
js/functions.js

index ee9f2b7fd0ac9b9c82644dd12f32e2e34979307f..c5194d2d10c743a1e77807d59ab28353495efd14 100644 (file)
@@ -104,7 +104,7 @@ function exception_error(location, e, ext_info) {
                        title: "Unhandled exception",
                        style: "width: 600px",
                        report: function() {
-                               if (confirm(__("Are you sure to report this exception to tt-rss.org? The report will include your browser information. Your IP would be saved in the database."))) {
+                               if (confirm(__("Are you sure to report this exception to tt-rss.org? The report will include information about your web browser and tt-rss configuration. Your IP will be saved in the database."))) {
 
                                        document.forms['exceptionForm'].params.value = $H({
                                                browserName: navigator.appName,