diff --git a/admin/lang/de_admin.inc.php b/admin/lang/de_admin.inc.php index 46d8529daf..817b4bb169 100755 --- a/admin/lang/de_admin.inc.php +++ b/admin/lang/de_admin.inc.php @@ -48,6 +48,9 @@ case "edit group": $s = "Gruppe editieren"; break; case "submit changes": $s = "Änderungen Speichern"; break; + case "you must add at least 1 permission to this account": + $s = "Sie müssen diesem Konto mindestens eine Berechtigung zuteilen"; break; + case "permissions this group has": $s = "Zugriffsrechte für diese Gruppe"; break; diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 243574f75e..e0222df028 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -6,6 +6,7 @@ - Added error checking for creating/editing an account with no permissions. - Fixed a db->unlock() issue in editaccount.php - Fixed a few $phpgw_flags out of place. + - Fixed a problem with attachments not handled properly [08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them properly