String improvements.

This commit is contained in:
Dave Page
2016-06-17 14:35:16 +01:00
parent fd6c43b393
commit 69d8f01d01
2 changed files with 4 additions and 4 deletions

View File

@@ -17,4 +17,4 @@ class PPAS(ServerType):
return ver.startswith("EnterpriseDB")
# Default Server Type
PPAS('ppas', gettext("Postgres Plus Advanced Server"), 2)
PPAS('ppas', gettext("EDB Advanced Server"), 2)