[Rt-commit] rt branch, 4.2/internal-links-wording, created. rt-4.2.11-38-g974ba88
Dustin Graves
dustin at bestpractical.com
Tue Aug 4 09:39:16 EDT 2015
The branch, 4.2/internal-links-wording has been created
at 974ba885bb706be0ef2e36f1864924546359ca6b (commit)
- Log -----------------------------------------------------------------
commit 974ba885bb706be0ef2e36f1864924546359ca6b
Author: Dustin Graves <dustin at bestpractical.com>
Date: Tue Aug 4 09:37:48 2015 -0400
adjust wording of "otherwise your internal links may be broken"
Fixes: I#31117
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index 413c165..4d267f4 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -1307,13 +1307,13 @@ sub ValidateWebConfig {
if ( $port != RT->Config->Get('WebPort') and not $ENV{'rt.explicit_port'}) {
$RT::Logger->warn("The requested port ($port) does NOT match the configured WebPort ($RT::WebPort). "
."Perhaps you should Set(\$WebPort, $port); in RT_SiteConfig.pm, "
- ."otherwise your internal links may be broken.");
+ ."otherwise your internal hyperlinks may be broken.");
}
if ( $host ne RT->Config->Get('WebDomain') ) {
$RT::Logger->warn("The requested host ($host) does NOT match the configured WebDomain ($RT::WebDomain). "
."Perhaps you should Set(\$WebDomain, '$host'); in RT_SiteConfig.pm, "
- ."otherwise your internal links may be broken.");
+ ."otherwise your internal hyperlinks may be broken.");
}
# Unfortunately, there is no reliable way to get the _path_ that was
@@ -1323,7 +1323,7 @@ sub ValidateWebConfig {
if ($ENV{SCRIPT_NAME} ne RT->Config->Get('WebPath') and not $proxied) {
$RT::Logger->warn("The requested path ($ENV{SCRIPT_NAME}) does NOT match the configured WebPath ($RT::WebPath). "
."Perhaps you should Set(\$WebPath, '$ENV{SCRIPT_NAME}'); in RT_SiteConfig.pm, "
- ."otherwise your internal links may be broken.");
+ ."otherwise your internal hyperlinks may be broken.");
}
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list