1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Merge pull request #963 from owncloud/fix-missing-translation

Translate the noneSelectedText on the groups multiselect
This commit is contained in:
Jan-Christoph Borchardt 2015-07-03 15:17:15 +02:00
commit 80a0e5ebe4

View File

@ -1100,7 +1100,7 @@ OC.Contacts = OC.Contacts || {};
self.$groupSelect.multiselect({ self.$groupSelect.multiselect({
header: false, header: false,
selectedList: 3, selectedList: 3,
noneSelectedText: self.$groupSelect.attr('title'), noneSelectedText: t('contacts', 'Select groups'),
selectedText: t('contacts', '# groups'), selectedText: t('contacts', '# groups'),
minWidth: 300 minWidth: 300
}); });