3 writes to AddButtonTitle
System.Web.Mobile (3)
UI\MobileControls\Design\ListItemsPage.cs (1)
48
AddButtonTitle
= SR.GetString(SR.ListItemsPage_NewItemCaption);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
47
AddButtonTitle
= SR.GetString(SR.ObjectListCommandsPage_NewCommandBtnCaption);
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
49
AddButtonTitle
= SR.GetString(SR.ObjectListFieldsPage_NewFieldBtnCaption);
1 reference to AddButtonTitle
System.Web.Mobile (1)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
58
TreeList.BtnAdd.Text =
AddButtonTitle
;