[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4176] branches/1.3/old-handler.pl
- Subject: SF.net SVN: ledger-smb:[4176] branches/1.3/old-handler.pl
- From: ..hidden..
- Date: Fri, 09 Dec 2011 09:18:24 +0000
Revision: 4176
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4176&view=rev
Author: tshvr
Date: 2011-12-09 09:18:23 +0000 (Fri, 09 Dec 2011)
Log Message:
-----------
typo error
Modified Paths:
--------------
branches/1.3/old-handler.pl
Modified: branches/1.3/old-handler.pl
===================================================================
--- branches/1.3/old-handler.pl 2011-12-09 07:13:14 UTC (rev 4175)
+++ branches/1.3/old-handler.pl 2011-12-09 09:18:23 UTC (rev 4176)
@@ -163,7 +163,7 @@
}
else {
$form->error( __FILE__ . ':' . __LINE__ . ': '
- . $locale->text('action= not defined!') );
+ . $locale->text('action not defined!'));
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.