[Rt-commit] rt branch, ip-customfields, updated. rt-3.8.8-675-g2fb3132
Shawn Moore
sartak at bestpractical.com
Mon Sep 20 16:16:36 EDT 2010
The branch, ip-customfields has been updated
via 2fb3132ecdb563c5e0f90903037df5acf18af7f1 (commit)
from c154fbf7fbcc1f5acec433cf8c503a7198a566ea (commit)
Summary of changes:
lib/RT/CustomField_Overlay.pm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 2fb3132ecdb563c5e0f90903037df5acf18af7f1
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Sep 20 13:19:30 2010 -0700
Consistently use IP not ip
diff --git a/lib/RT/CustomField_Overlay.pm b/lib/RT/CustomField_Overlay.pm
index 30c3351..9e6b3cc 100755
--- a/lib/RT/CustomField_Overlay.pm
+++ b/lib/RT/CustomField_Overlay.pm
@@ -89,9 +89,9 @@ our %FieldTypes = (
IPAddress => {
selection_type => 0,
- labels => [ 'Enter multiple ip addresses', # loc
- 'Enter one ip address', # loc
- 'Enter up to [_1] ip addresses', # loc
+ labels => [ 'Enter multiple IP addresses', # loc
+ 'Enter one IP address', # loc
+ 'Enter up to [_1] IP addresses', # loc
]
},
IPAddressRange => {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list