[Rt-commit] r13132 - in rt/branches/3.8-TESTING: . share/html/Install
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jun 10 16:14:01 EDT 2008
Author: sartak
Date: Tue Jun 10 16:13:58 2008
New Revision: 13132
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/Installer.pm
rt/branches/3.8-TESTING/share/html/Install/Basics.html
rt/branches/3.8-TESTING/share/html/Install/Emails.html
rt/branches/3.8-TESTING/share/html/Install/Password.html
Log:
Modified: rt/branches/3.8-TESTING/lib/RT/Installer.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Installer.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Installer.pm Tue Jun 10 16:13:58 2008
@@ -151,7 +151,7 @@
Password => {
Widget => '/Widgets/Form/String',
WidgetArguments => {
- Description => 'password of the user root', #loc
+ Description => 'password of the user root in RT', #loc
Type => 'password',
},
},
Modified: rt/branches/3.8-TESTING/share/html/Install/Basics.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Basics.html (original)
+++ rt/branches/3.8-TESTING/share/html/Install/Basics.html Tue Jun 10 16:13:58 2008
@@ -54,7 +54,7 @@
CurrentValue => RT::Installer->CurrentValues(@Types) &>
<input type="hidden" name="Run" value="1">
-<& /Elements/Submit, Label => loc('Next: Customize Password'), Back => 1,
+<& /Elements/Submit, Label => loc('Next: Customize Password for Users in RT'), Back => 1,
BackLabel => loc('Back: Customize Database Details') &>
</form>
</&>
Modified: rt/branches/3.8-TESTING/share/html/Install/Emails.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Emails.html (original)
+++ rt/branches/3.8-TESTING/share/html/Install/Emails.html Tue Jun 10 16:13:58 2008
@@ -55,7 +55,7 @@
<input type="hidden" name="Run" value="1">
<& /Elements/Submit, Label => loc('Next: Email Configuration'), Back => 1,
- BackLabel => loc('Back: Customize Password') &>
+ BackLabel => loc('Back: Customize Password for Users in RT') &>
</form>
</&>
<%init>
Modified: rt/branches/3.8-TESTING/share/html/Install/Password.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Password.html (original)
+++ rt/branches/3.8-TESTING/share/html/Install/Password.html Tue Jun 10 16:13:58 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<&| Elements/Wrapper, Title => 'Customize Password' &>
+<&| Elements/Wrapper, Title => 'Customize Password for Users in RT' &>
<& /Elements/ListActions, actions => \@results &>
More information about the Rt-commit
mailing list