X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff4f4d311290dc07a8eeec575f8d279bd882635f..eaf611143d8584711b75af365a1d15c105beb7a7:/bin/mozilla/admin.pl diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 566f29ac2..c1fbb7c6c 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -344,9 +344,7 @@ $nologin | . $locale->text('Click on login name to edit!') . qq|
| - . $locale->text( - 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' - ) + . $locale->text('To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.') . qq|

@@ -1195,12 +1193,9 @@ sub dbselect_source { &dbdriver_defaults; $msg{Pg} = - $locale->text( - 'Leave host and port field empty unless you want to make a remote connection.' - ); + $locale->text('Leave host and port field empty unless you want to make a remote connection.'); $msg{Oracle} = - $locale->text( - 'You must enter a host and port for local and remote connections!'); + $locale->text('You must enter a host and port for local and remote connections!'); $form->{title} = "Lx-Office ERP / " . $locale->text('Database Administration'); @@ -1280,9 +1275,7 @@ sub dbselect_source {

| - . $locale->text( - 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' - ) + . $locale->text('This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!') . qq|
$msg{$form->{dbdriver}}