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