diff options
author | sr55 <[email protected]> | 2012-05-06 00:48:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-05-06 00:48:41 +0000 |
commit | 2f9788338e0b48bc012298c9d7ac05ae98b6bdf6 (patch) | |
tree | 1c4dc97dfee2dcfce3f2685c28c6b2c6b198cdee /win/CS/HandBrakeWPF/Views/ErrorView.xaml | |
parent | 3b7269378244f13341626883ce9ae73d49192ac9 (diff) |
WinGui: (WPF) UI Consistency tweaks and improvements.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4649 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ErrorView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/ErrorView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ErrorView.xaml b/win/CS/HandBrakeWPF/Views/ErrorView.xaml index cf6ddd97a..263d2486a 100644 --- a/win/CS/HandBrakeWPF/Views/ErrorView.xaml +++ b/win/CS/HandBrakeWPF/Views/ErrorView.xaml @@ -45,7 +45,7 @@ <ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Image Source="Images/copy.png" Grid.Column="0" Width="16" Height="16" Margin="0,0,5,0" />
- <TextBlock Text="Copy" Grid.Column="1" />
+ <TextBlock Text="Copy to Clipboard" Grid.Column="1" />
</Grid>
</Button>
|