[Rt-commit] r14630 - in rt/branches/3.999-DANGEROUS: share/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jul 29 20:05:46 EDT 2008
Author: sunnavy
Date: Tue Jul 29 20:05:41 2008
New Revision: 14630
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Install/Global.html
rt/branches/3.999-DANGEROUS/share/html/Install/Sendmail.html
Log:
r15097 at sunnavys-mb: sunnavy | 2008-07-30 08:05:11 +0800
fixed loc => _ in Install
Modified: rt/branches/3.999-DANGEROUS/share/html/Install/Global.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Install/Global.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Install/Global.html Tue Jul 29 20:05:41 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<&| Elements/Wrapper, Title => loc('Step [_1] of [_2]: ', 5, 7 ) . loc('Customize Email Addresses') &>
+<&| Elements/Wrapper, Title => _('Step %1 of %2: ', 5, 7 ) . _('Customize Email Addresses') &>
<p><&|/l&>Help us set up some useful defaults for RT.</&></p>
Modified: rt/branches/3.999-DANGEROUS/share/html/Install/Sendmail.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Install/Sendmail.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Install/Sendmail.html Tue Jul 29 20:05:41 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<&|Elements/Wrapper, Title => loc('Step [_1] of [_2]: ', 4, 7 ) . loc('Email Configuration') &>
+<&|Elements/Wrapper, Title => _('Step %1 of %2: ', 4, 7 ) . _('Email Configuration') &>
<p>
<&|/l&>RT can communicate with your users about new tickets or new correspondence on tickets. Tell us where to find sendmail (or a sendmail compatible binary such as the one provided by postifx). RT also needs to know who to notify when someone sends invalid email. This must not be an address that feeds back into RT.</&>
More information about the Rt-commit
mailing list