Modify error message when library with same org/code exists.

Users are unlikely to change their organization name.
This commit is contained in:
Matjaz Gregoric
2015-01-03 10:27:57 +01:00
committed by E. Kolpakov
parent a0c590e50c
commit 116abf1fc0

View File

@@ -142,7 +142,7 @@ def _create_library(request):
'ErrMsg': _(
'There is already a library defined with the same '
'organization and library code. Please '
'change either organization or library code to be unique.'
'change your library code so that it is unique within your organization.'
)
})