diff options
-rwxr-xr-x | LedgerSMB/Form.pm | 2 | ||||
-rw-r--r-- | locale/LedgerSMB.pot | 2 | ||||
-rwxr-xr-x | locale/po/da.po | 4 | ||||
-rwxr-xr-x | locale/po/nl.po | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index af0129d7..930940d3 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -1337,7 +1337,7 @@ sub run_custom_queries { my $dbh = $self->{dbh}; if ($query_type !~ /^(select|insert|update)$/i){ $self->error($locale->text( - "Passed incorrect query type to get_cutstom_queries." + "Passed incorrect query type to run_custom_queries." )); } my @rc; diff --git a/locale/LedgerSMB.pot b/locale/LedgerSMB.pot index e8427605..6c71c785 100644 --- a/locale/LedgerSMB.pot +++ b/locale/LedgerSMB.pot @@ -2586,7 +2586,7 @@ msgid "Parts Requirements" msgstr "" #: LedgerSMB/Form.pm:1336 -msgid "Passed incorrect query type to get_cutstom_queries." +msgid "Passed incorrect query type to run_custom_queries." msgstr "" #: bin/admin.pl:1053 bin/admin.pl:1062 bin/admin.pl:107 bin/admin.pl:150 bin/admin.pl:489 bin/admin.pl:608 bin/admin.pl:920 bin/am.pl:2139 bin/login.pl:142 bin/login.pl:199 bin/pw.pl:67 diff --git a/locale/po/da.po b/locale/po/da.po index fc37abc5..8583733c 100755 --- a/locale/po/da.po +++ b/locale/po/da.po @@ -1951,8 +1951,8 @@ msgstr "Varer" msgid "Parts Requirements" msgstr "Efterspurgte varer" -msgid "Passed incorrect query type to get_cutstom_queries." -msgstr "Gav forkert forespørgselstype til get_cutstom_queries." +msgid "Passed incorrect query type to run_custom_queries." +msgstr "Gav forkert forespørgselstype til run_custom_queries." msgid "Password" msgstr "Adgangskode" diff --git a/locale/po/nl.po b/locale/po/nl.po index d68dfc69..2ed52382 100755 --- a/locale/po/nl.po +++ b/locale/po/nl.po @@ -2737,8 +2737,8 @@ msgid "Parts Requirements" msgstr "Benodigde Onderdelen" #: LedgerSMB/Form.pm:1357 -msgid "Passed incorrect query type to get_cutstom_queries." -msgstr "Onjuist type zoekopdracht doorgegeven aan get_cutstom_queries." +msgid "Passed incorrect query type to run_custom_queries." +msgstr "Onjuist type zoekopdracht doorgegeven aan run_custom_queries." #: bin/admin.pl:1008 bin/admin.pl:1168 bin/admin.pl:1177 bin/admin.pl:122 #: bin/admin.pl:165 bin/admin.pl:507 bin/admin.pl:626 bin/am.pl:2139 |