Parent Directory | Revision Log | Revision Graph
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-50 - Add gettext to console titles.
1 | slords | 1.1 | diff -Nur -x '*.orig' -x '*.rej' smeserver-support-1.6.0/root/sbin/e-smith/console-menu-items/testInternet.pl mezzanine_patched_smeserver-support-1.6.0/root/sbin/e-smith/console-menu-items/testInternet.pl |
2 | --- smeserver-support-1.6.0/root/sbin/e-smith/console-menu-items/testInternet.pl 2008-03-18 16:08:23.000000000 -0600 | ||
3 | +++ mezzanine_patched_smeserver-support-1.6.0/root/sbin/e-smith/console-menu-items/testInternet.pl 2008-03-18 16:07:55.000000000 -0600 | ||
4 | @@ -7,7 +7,7 @@ | ||
5 | { | ||
6 | my $class = shift; | ||
7 | my $self = { | ||
8 | - name => "Test Internet access", | ||
9 | + name => gettext("Test Internet access"), | ||
10 | order => 30, | ||
11 | }; | ||
12 | bless $self, $class; |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |