improve i18n for sonia.group.js

This commit is contained in:
Sebastian Sdorra
2011-04-29 17:55:14 +02:00
parent 34b94e8ae6
commit 0d9115232b
2 changed files with 9 additions and 1 deletions

View File

@@ -276,6 +276,15 @@ if (Sonia.user.Panel){
// sonia.group.js
if (Sonia.group.DefaultPanel){
Ext.apply(Sonia.group.DefaultPanel,{
title: 'Gruppe',
html: 'Es wurde keine Gruppe selektiert'
});
}
if (Sonia.group.Grid){
Ext.override(Sonia.group.Grid,{

View File

@@ -41,7 +41,6 @@ Sonia.group.setEditPanel = function(panel){
/**
* panels
* TODO: add missing i18n
*/
Sonia.group.DefaultPanel = {
region: 'south',