diff options
author | sr55 <[email protected]> | 2019-06-07 19:59:02 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-06-07 19:59:02 +0100 |
commit | 908b78452f8e53b5a9de3a592949eb30b21a5ec5 (patch) | |
tree | dd20c3dba4d18874ffd5010bd8cd7a366eafe4a7 /win | |
parent | 1c88dbe1af5b6c29dc88626dc34e746936f49fe6 (diff) |
WinGui: Language consistency tweak in queue.
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 ad6f64130..8a9b7e42b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4129,7 +4129,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Import. + /// Looks up a localized string similar to Import Queue. /// </summary> public static string QueueView_Import { get { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 079c3a4a7..05ca13d66 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -1902,7 +1902,7 @@ This will not impact any of the software encoders.</value> <value>Actions</value>
</data>
<data name="QueueView_Import" xml:space="preserve">
- <value>Import</value>
+ <value>Import Queue</value>
</data>
<data name="QueueViewModel_EncodeStatusChanged_StatusLabel" xml:space="preserve">
<value>Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}
|