Merge pull request #22 in KWA/mobile-device-management from ~MALBERTS/mobile-device-management:bugfix/KMP-62-capitalize-shared-in-manage-shared-folder-button to master
* commit '75a6f7348bb31c205f1fe33e659a5c9d7731dfaa': KMP-62 Update button text and dialog title
This commit is contained in:
		| @@ -159,7 +159,7 @@ Zarafa.plugins.mdm.dialogs.MDMDeviceGeneralTab = Ext.extend(Ext.form.FormPanel, | ||||
| 				flex: 1 | ||||
| 			}, { | ||||
| 				xtype: 'button', | ||||
| 				text: dgettext('plugin_mdm', 'Managed shared Folders'), | ||||
| 				text: dgettext('plugin_mdm', 'Manage Shared Folders'), | ||||
| 				cls: 'mdm-managesharedfolder-button', | ||||
| 				listeners: { | ||||
| 					click: this.onClickManageSharedFolder, | ||||
|   | ||||
| @@ -21,7 +21,7 @@ Zarafa.plugins.mdm.dialogs.MDMManageSharedFolderContentPanel = Ext.extend(Zarafa | ||||
| 			{ | ||||
| 			xtype: 'mdm.managesharedfoldercontentpanel', | ||||
| 			layout: 'fit', | ||||
| 			title: dgettext('plugin_mdm','Manage Shared Folder'), | ||||
| 			title: dgettext('plugin_mdm','Manage Shared Folders'), | ||||
| 			modal: true, | ||||
| 			stateful: false, | ||||
| 			showInfoMask : false, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user