X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=d0e8c9ab396234d4809b581d4a0c7401aa9cbac2;hb=55af6244bd721f294ff5eee7e9357a3217318e5e;hp=e4d487b78ce042a317ca55bfebcbf4669597a5e7;hpb=6c21fd13caa00ecee7acac38ac6395948dad20a7;p=kivitendo-erp.git diff --git a/SL/Auth.pm b/SL/Auth.pm index e4d487b78..d0e8c9ab3 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -330,7 +330,7 @@ sub create_database { my ($cluster_encoding) = $dbh->selectrow_array($query); if ($cluster_encoding && ($cluster_encoding =~ m/^(?:UTF-?8|UNICODE)$/i) && ($encoding !~ m/^(?:UTF-?8|UNICODE)$/i)) { - $error = $main::locale->text('Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.'); + $error = $main::locale->text('Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure kivitendo to use UTF-8 as well.'); } $dbh->disconnect(); @@ -1047,7 +1047,7 @@ sub all_rights_full { ["batch_printing", $locale->text("Batch Printing")], ["--others", $locale->text("Others")], ["email_bcc", $locale->text("May set the BCC field when sending emails")], - ["config", $locale->text("Change Lx-Office installation settings (all menu entries beneath 'System')")], + ["config", $locale->text("Change kivitendo installation settings (all menu entries beneath 'System')")], ["admin", $locale->text("Administration (Used to access instance administration from user logins)")], );