diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-15 16:02:16 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-15 16:02:16 +0000 |
commit | ddc21cdfb551487cdf0a247064ad09c7646ce253 (patch) | |
tree | 449410c11bf9b97fe0e44fa5f6d7fc4ae6f28ae4 | |
parent | 6c4f4cb703ecaedbaabe2a65ba46f7e077a428b7 (diff) |
Correcting function signature in POD
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1279 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | LedgerSMB/Locale.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Locale.pm b/LedgerSMB/Locale.pm index bfa4e461..aed13f2b 100644 --- a/LedgerSMB/Locale.pm +++ b/LedgerSMB/Locale.pm @@ -14,7 +14,7 @@ Locale support module for LedgerSMB. Uses Locale::Maketext::Lexicon as a base. Returns a locale handle for accessing the other methods. Inherited from Locale::Maketext. -=item text ($string) +=item text ($string, @params) Returns the translation for the given string. This is a legacy wrapper that merely calls $self->maketext. |