diff options
author | sr55 <[email protected]> | 2018-05-01 20:29:16 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-05-01 20:29:16 +0100 |
commit | 46f2e1ea8caa93d2f28d0c2d917890b5fda60e57 (patch) | |
tree | 51c0175de231a30efec55b87191e07c48467f628 | |
parent | f62170c9ee9bb694e7447ea39f5fa3789feb49df (diff) |
WinGui: Change the "Picture Size" label to "Dimensions" to avoid confusion on the Add Preset View. #1309
-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 a331ce7a1..05cce7649 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -124,7 +124,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Save Picture Size:.
+ /// Looks up a localized string similar to Dimensions:.
/// </summary>
public static string AddPresetView_SavePictureSize {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index e0b83221c..cd19adc04 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -232,7 +232,7 @@ <value>Name:</value>
</data>
<data name="AddPresetView_SavePictureSize" xml:space="preserve">
- <value>Save Picture Size:</value>
+ <value>Dimensions:</value>
</data>
<data name="Generic_Cancel" xml:space="preserve">
<value>Cancel</value>
|