]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/admin.pl
Probleme durch perltidy. Der sehr pingelige Parser von locales.pl akzeptiert Begriffe...
[mfinanz.git] / bin / mozilla / admin.pl
index 566f29ac24fe0fe47eeddc55c2d1c8c2384445ba..c1fbb7c6c2968ff0c12607294494a04161390340 100644 (file)
@@ -344,9 +344,7 @@ $nologin
 | . $locale->text('Click on login name to edit!') . qq|
 <br>
 |
-    . $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|
 
 <p>
@@ -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 {
 </table>
 
 <p>|
-    . $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|
 <br>$msg{$form->{dbdriver}}