diff options
author | sr55 <[email protected]> | 2015-06-18 19:27:16 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-06-18 19:27:16 +0000 |
commit | e65b19468e1eb1c859ceb18dd757ca9ddcbdfe9f (patch) | |
tree | 078d4f59a59d2584a4b2caf3d345946f7f58c140 /win | |
parent | 7b24a71db27d1ee6253f7ee0e5fe1b9e575e7a2a (diff) |
WinGui: "Start Encode" resource corrected.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7303 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 71227771f..b0c768edf 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -871,7 +871,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Start.
+ /// Looks up a localized string similar to Start Encode.
/// </summary>
public static string Main_Start {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 22ad582b7..7915ff051 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -573,7 +573,7 @@ The Activity log may have further information.</value> <value>Show Queue{0}</value>
</data>
<data name="Main_Start" xml:space="preserve">
- <value>Start</value>
+ <value>Start Encode</value>
</data>
<data name="Main_StartQueue" xml:space="preserve">
<value>Start Queue</value>
|