[Rt-commit] rt branch, unique-group-names, updated. rt-3.9.4-533-ge9cf8e5
Thomas Sibley
trs at bestpractical.com
Fri Nov 19 12:03:16 EST 2010
The branch, unique-group-names has been updated
via e9cf8e567a52a17c619185256f0ff6b5df87ea2b (commit)
from 2a360e4f96b6a4fb62b364e6dea9b977b51b5f9a (commit)
Summary of changes:
share/html/Admin/Groups/Modify.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e9cf8e567a52a17c619185256f0ff6b5df87ea2b
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Nov 19 12:03:04 2010 -0500
Tweak the wording of the group unique name warning
diff --git a/share/html/Admin/Groups/Modify.html b/share/html/Admin/Groups/Modify.html
index 697483f..2d16cd5 100755
--- a/share/html/Admin/Groups/Modify.html
+++ b/share/html/Admin/Groups/Modify.html
@@ -138,7 +138,7 @@ if ($id) {
$dupcheck->LimitToUserDefinedGroups();
$dupcheck->Limit( FIELD => 'Name', VALUE => $Group->Name );
if ($dupcheck->Count > 1) {
- push @warnings, loc("There is more than one group with the name '[_1]'. This may cause inconsistency in the UI, and it's recommended you rename the groups.", $Group->Name);
+ push @warnings, loc("There is more than one group with the name '[_1]'. This may cause inconsistency in parts of the admin interface, and therefore it's recommended you rename the conflicting groups.", $Group->Name);
}
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list