[Rt-commit] r17854 - in rt/3.999/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jan 21 04:45:25 EST 2009
Author: sunnavy
Date: Wed Jan 21 04:45:25 2009
New Revision: 17854
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/lib/RT/Action/Install.pm
Log:
r18952 at sunnavys-mb: sunnavy | 2009-01-21 17:43:47 +0800
merged RT/Action/Install.pm
Modified: rt/3.999/trunk/lib/RT/Action/Install.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Action/Install.pm (original)
+++ rt/3.999/trunk/lib/RT/Action/Install.pm Wed Jan 21 04:45:25 2009
@@ -17,14 +17,14 @@
use Jifty::Action schema {
param 'start';
param database_type =>
- label is 'Database type',
+ label is 'Database type', # loc
render as 'Select',
available are defer {
my %map = (
- mysql => 'MySQL',
- Pg => 'PostgreSQL',
- SQLite => 'SQLite',
- Oracle => 'Oracle',
+ mysql => 'MySQL', #loc
+ Pg => 'PostgreSQL', #loc
+ SQLite => 'SQLite', #loc
+ Oracle => 'Oracle', #loc
);
for ( keys %map ) {
More information about the Rt-commit
mailing list