[Rt-commit] [rtir] 07/30: Fix error to mention plural Countermeasure queues rather than Block queue
Shawn Moore
shawn at bestpractical.com
Fri May 13 19:53:04 EDT 2016
This is an automated email from the git hooks/post-receive script.
shawn pushed a commit to branch 3.4/countermeasures
in repository rtir.
commit af6e5ae6e4f9f33ceb524c9ade62aee548b931fd
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Feb 24 23:46:26 2016 +0000
Fix error to mention plural Countermeasure queues rather than Block queue
---
html/RTIR/Create.html | 2 +-
html/RTIR/Display.html | 2 +-
html/RTIR/Edit.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index 6c14392..cf69421 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -379,7 +379,7 @@ my $ticket = RT::Ticket->new($session{'CurrentUser'}); # empty ticket object
if (RT::IR->IsCountermeasureQueue($QueueObj)
&& RT->Config->Get('RTIR_DisableBlocksQueue') ) {
- Abort(loc("Blocks queue is disabled via config file"));
+ Abort(loc("Countermeasure queues are disabled via config file"));
}
diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
index f84e103..0f36dbd 100644
--- a/html/RTIR/Display.html
+++ b/html/RTIR/Display.html
@@ -187,7 +187,7 @@ RT::Interface::Web::Redirect(RT->Config->Get('WebURL')
. $m->comp('/Elements/QueryString', %ARGS )) unless $Type;
if (RT::IR->IsCountermeasureQueue($QueueObj) && RT->Config->Get('RTIR_DisableBlocksQueue') ) {
- Abort(loc("Blocks queue is disabled via config file"));
+ Abort(loc("Countermeasure queues are disabled via config file"));
}
# If there's an RTIR specific display page for this kind of ticket, show that
diff --git a/html/RTIR/Edit.html b/html/RTIR/Edit.html
index 6d9baf6..e0735cb 100644
--- a/html/RTIR/Edit.html
+++ b/html/RTIR/Edit.html
@@ -175,7 +175,7 @@ RT::Interface::Web::Redirect(RT->Config->Get('WebURL').'Ticket/Display.html?'.
if (RT::IR->IsCountermeasureQueue($Ticket->QueueObj)
&& RT->Config->Get('RTIR_DisableBlocksQueue') ) {
- Abort(loc("Blocks queue is disabled via config file"));
+ Abort(loc("Countermeasure queues are disabled via config file"));
}
# If there's an RTIR specific display page for this kind of ticket, show that
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list