|
106 | 106 | <Button Name="NewButton" MaxWidth="70" Margin="3,0,3,0" Grid.Column="0" Click="NewButton_Click"> |
107 | 107 | <StackPanel Orientation="Horizontal"> |
108 | 108 | <Image Source="/SPCode;component/Resources/Icons/icon-add.png" Width="13"/> |
109 | | - <TextBlock Name="AddButtonText" Text="Add" FontSize="11" Margin="5,0,0,0"/> |
| 109 | + <TextBlock Name="NewButtonText" FontSize="11" Margin="5,0,0,0"/> |
110 | 110 | </StackPanel> |
111 | 111 | </Button> |
112 | 112 | <Button Name="CopyButton" MaxWidth="70" Margin="3,0,3,0" Grid.Column="1" Click="CopyButton_Click"> |
113 | 113 | <StackPanel Orientation="Horizontal"> |
114 | 114 | <Image Source="/SPCode;component/Resources/Icons/icon-duplicate.png" Width="13"/> |
115 | | - <TextBlock Name="CopyButtonText" Text="Copy" FontSize="11" Margin="5,0,0,0"/> |
| 115 | + <TextBlock Name="CopyButtonText" FontSize="11" Margin="5,0,0,0"/> |
116 | 116 | </StackPanel> |
117 | 117 | </Button> |
118 | 118 | <Button Name="DeleteButton" MaxWidth="70" Margin="3,0,3,0" Grid.Column="2" Click="DeleteButton_Click"> |
119 | 119 | <StackPanel Orientation="Horizontal"> |
120 | 120 | <Image Source="/SPCode;component/Resources/Icons/icon-trash.png" Width="13"/> |
121 | | - <TextBlock Name="RemoveButtonText" Text="Delete" FontSize="11" Margin="5,0,0,0"/> |
| 121 | + <TextBlock Name="DeleteButtonText" FontSize="11" Margin="5,0,0,0"/> |
122 | 122 | </StackPanel> |
123 | 123 | </Button> |
124 | 124 |
|
|
0 commit comments