[Rt-commit] [rtir] 01/03: Make "Lookup IP" button cased consistently with "Add IP"

Shawn Moore shawn at bestpractical.com
Tue Feb 9 16:55:25 EST 2016


This is an automated email from the git hooks/post-receive script.

shawn pushed a commit to branch 3.4/lookup-improvements
in repository rtir.

commit 3866dcda251ac6d940844b3c29b479c7e05c0130
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Feb 9 21:28:47 2016 +0000

    Make "Lookup IP" button cased consistently with "Add IP"
---
 html/Callbacks/RTIR/Elements/MakeClicky/Default | 2 +-
 po/rtir.pot                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/Callbacks/RTIR/Elements/MakeClicky/Default b/html/Callbacks/RTIR/Elements/MakeClicky/Default
index 2cf936a..715dc65 100644
--- a/html/Callbacks/RTIR/Elements/MakeClicky/Default
+++ b/html/Callbacks/RTIR/Elements/MakeClicky/Default
@@ -103,7 +103,7 @@ my %actions;
         $args{host} ||= $args{value};
         my $escaped_host = $escaper->($args{host});
         my $result .= qq{<a class="button" href="}. RT::IR->HREFTo("Tools/Lookup.html?".$args{lookup_params}."type=ip&q=".$escaped_host).qq{">}
-                      .loc('lookup IP') .q{</a>};
+                      .loc('Lookup IP') .q{</a>};
         if ( $args{incident} && !RT->Config->Get('RTIR_DisableBlocksQueue') ) {
             $result .= qq{<a class="button" href="} .
             RT::IR->HREFTo("Create.html?Incident=".$args{incident}."&Lifecycle=".RT::IR->lifecycle_countermeasure.qq{&IP-Value=$escaped_host})
diff --git a/po/rtir.pot b/po/rtir.pot
index 61eac76..55db718 100644
--- a/po/rtir.pot
+++ b/po/rtir.pot
@@ -1458,7 +1458,7 @@ msgid "lookup"
 msgstr ""
 
 #: html/Callbacks/RTIR/Elements/MakeClicky/Default:96
-msgid "lookup IP"
+msgid "Lookup IP"
 msgstr ""
 
 #: html/Callbacks/RTIR/Elements/MakeClicky/Default:142 html/Callbacks/RTIR/Elements/MakeClicky/Default:77 html/Callbacks/RTIR/Elements/MakeClicky/Default:88

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list