summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/ErrorView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-05-06 00:48:41 +0000
committersr55 <[email protected]>2012-05-06 00:48:41 +0000
commit2f9788338e0b48bc012298c9d7ac05ae98b6bdf6 (patch)
tree1c4dc97dfee2dcfce3f2685c28c6b2c6b198cdee /win/CS/HandBrakeWPF/Views/ErrorView.xaml
parent3b7269378244f13341626883ce9ae73d49192ac9 (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.xaml2
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>