/[smeserver]/rpms/e-smith-base+ldap/sme8/e-smith-base-5.2.0-gettext.patch
ViewVC logotype

Annotation of /rpms/e-smith-base+ldap/sme8/e-smith-base-5.2.0-gettext.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Mar 1 19:02:30 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-18_el5_sme, HEAD
* Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
- Fix gettext errors in WAN/LAN subnet error message [SME: 5501]

1 slords 1.1 diff -up e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.gettext e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm
2     --- e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.gettext 2010-03-01 11:58:25.000000000 -0700
3     +++ e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2010-03-01 11:58:07.000000000 -0700
4     @@ -938,14 +938,15 @@ STATIC_NETMASK:
5     ($rc, $choice) = $console->message_page
6     (
7     title => gettext("Invalid address ranges"),
8     - text => gettext(
9     + text => sprintf(gettext(
10     "Internal address range overlaps external address range" .
11     "\n\n".
12     - "Local interface: $localAddress/$localNetmask" .
13     + "Local interface: %s/%s" .
14     "\n" .
15     - "External interface: $externalAddress/$externalNetmask" .
16     + "External interface: %s/%s" .
17     "\n\n".
18     - "Please review your settings."
19     + "Please review your settings."),
20     + $localAddress, $localNetmask, $externalAddress, $externalNetmask
21     )
22     );
23    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed