Code

Updated texts
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Oct 2008 09:54:42 +0000 (09:54 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Oct 2008 09:54:42 +0000 (09:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12605 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/systems/services/repository/class_divListRepositories.inc
gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc
gosa-plugins/fai/admin/systems/services/repository/class_servRepositorySetup.inc

index 00dfd8ea49ee9672c8b7af40bb99e22c822da012..c1e8c4328531e822a2d9d1a90b5bcee32604f6b9 100644 (file)
@@ -16,7 +16,7 @@ class divListRepository extends MultiSelectWindow
     $this->ui           = get_userinfo();
 
     $this->SetTitle("repositories");
-    $this->SetSummary(_("List of configured repositories."));
+    $this->SetSummary(_("List of configured repositories"));
     $this->SetInformation(_("This menu allows you to create, delete and edit repository settings."));
     $this->EnableCloseButton(FALSE);
     $this->EnableSaveButton(FALSE);
index fceddbec39609523151a611cd26cab9d977e6e94..3a097e2610bc57f7a1537eb0bdc878d8074dbef7 100644 (file)
@@ -356,7 +356,7 @@ class servrepository extends goService
 #            "cn"            => _("Name"),
             "ParentServer"  => _("Parent server"),
             "Release"       => _("Releases"),
-            "Url"           => _("Url"),
+            "Url"           => _("URL"),
             "Section"       => _("Sections"))
           ));
   }
index 2a6025b7682822c846ae7c92b7828bcfe3a12551..89594ff5e02a9e65acb458472d716d9b4354b9c9 100644 (file)
@@ -154,7 +154,7 @@ class servRepositorySetup  extends plugin
     }
 
     if(empty($this->Url)){
-      $message[] = msgPool::required(_("Url"));
+      $message[] = msgPool::required(_("URL"));
     }
 
     return ($message);