diff options
author | sr55 <[email protected]> | 2015-02-09 20:55:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-02-09 20:55:20 +0000 |
commit | 1b612fe204e796c328550c87f5c975064ec8798a (patch) | |
tree | 543c20103b982f6bc174c23d57503bbeac67a627 /win | |
parent | 7ee7dd4f5c5ebcaab8eb729d46ca008f7b41a3ab (diff) |
WinGui: Remove additional ,
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6892 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 230a8d42c..45b845200 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -430,7 +430,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to , Pending Jobs {5}.
+ /// Looks up a localized string similar to Pending Jobs {5}.
/// </summary>
public static string Main_JobsPending_addon {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index a5e9e3878..807cce375 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -396,7 +396,7 @@ In order to use the QuickSync encoder, you must: <value>There are jobs on the queue with the same destination path. Please choose a different path for this job.</value>
</data>
<data name="Main_JobsPending_addon" xml:space="preserve">
- <value>, Pending Jobs {5}</value>
+ <value> Pending Jobs {5}</value>
</data>
<data name="Main_NewDefaultPreset" xml:space="preserve">
<value>New Default Preset Set: {0}</value>
|