summaryrefslogtreecommitdiff
path: root/LedgerSMB/Locale.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-15 16:02:16 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-15 16:02:16 +0000
commitddc21cdfb551487cdf0a247064ad09c7646ce253 (patch)
tree449410c11bf9b97fe0e44fa5f6d7fc4ae6f28ae4 /LedgerSMB/Locale.pm
parent6c4f4cb703ecaedbaabe2a65ba46f7e077a428b7 (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
Diffstat (limited to 'LedgerSMB/Locale.pm')
-rw-r--r--LedgerSMB/Locale.pm2
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.