diff options
-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. |