[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [391] trunk/bin/admin.pl



Revision: 391
          http://svn.sourceforge.net/ledger-smb/?rev=391&view=rev
Author:   tetragon
Date:     2006-10-30 11:22:42 -0800 (Mon, 30 Oct 2006)

Log Message:
-----------
Unlocalised string fixes

Modified Paths:
--------------
    trunk/bin/admin.pl

Modified: trunk/bin/admin.pl
===================================================================
--- trunk/bin/admin.pl	2006-10-30 19:13:11 UTC (rev 390)
+++ trunk/bin/admin.pl	2006-10-30 19:22:42 UTC (rev 391)
@@ -113,8 +113,8 @@
 		<a href="http://www.ledgersmb.org/";><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a>
 		<h1 class="login">|.$locale->text('Version').qq| $form->{version} <br />|.$locale->text('Administration').qq|</h1>
 		
-		<fieldset><legend>Change password</legend>
-		<p>This is your first time logging into LedgerSMB.  Please set your administrative password</p>
+		<fieldset><legend>|.$locale->text('Change password').qq|</legend>
+		<p>|.$locale->text('This is your first time logging into LedgerSMB.  Please set your administrative password').qq|</p>
 		
 		<form method="post" action="$form->{script}" name="admin">
 						<table>
@@ -402,8 +402,6 @@
 															: qq|<option value="$key">$countrycodes{$key}</option>|;
 	}
 
-	$countrycodes = qq|<option value="">English</option>\n$countrycodes|;
-
 	# is there a templates basedir
 	if (! -d "${LedgerSMB::Sysconfig::templates}") {
 		$form->error($locale->text('Directory').": ${LedgerSMB::Sysconfig::templates} ".$locale->text('does not exist'));


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.