diff options
author | sr55 <[email protected]> | 2017-11-02 20:23:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-11-02 20:23:36 +0000 |
commit | ca5dd0b699f361e89d0d67b2cc36874a48d7b8c1 (patch) | |
tree | 82e60014d78872caf1a224feb00d0fe388e388d2 /win | |
parent | 20cda6ce966d09726d6c00536f3e2705835f8e63 (diff) |
WinGui: Small Typo #833
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 9a09c8cc1..7dea4e3a1 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -97,7 +97,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Category.
+ /// Looks up a localized string similar to Category:.
/// </summary>
public static string AddPresetView_Category {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 3546ddbf5..434ddd3c3 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -984,7 +984,7 @@ This will not affect your current settings in the Subtitle tab.</value> <value>Official</value>
</data>
<data name="AddPresetView_Category" xml:space="preserve">
- <value>Category</value>
+ <value>Category:</value>
</data>
<data name="AddPresetView_AddNewCategory" xml:space="preserve">
<value>-- Add New Category --</value>
|