diff options
author | Nomis101 <[email protected]> | 2019-10-27 19:26:07 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2019-11-01 18:52:42 +0000 |
commit | fe9f3db1765c5612b80498b56981a441717ae007 (patch) | |
tree | baab67cb237a49c415335f6df15bd07b1c965cec | |
parent | 0f7c06381133e1207e39a41e756726554803d87d (diff) |
Fix BOM and newline
Bring back BOM and remove additional newline
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.de.resx | 4 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.ko.resx | 4 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.zh.resx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.de.resx b/win/CS/HandBrakeWPF/Properties/Resources.de.resx index 582758e92..e2136552b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.de.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.de.resx @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema @@ -2160,4 +2160,4 @@ Falls unterstützt, wird jede benutzerdefinierte Voreinstellung übernommen. </v <data name="UpdateCheck_Weekly" xml:space="preserve"> <value>Wöchentlich</value> </data> -</root> +</root>
\ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Properties/Resources.ko.resx b/win/CS/HandBrakeWPF/Properties/Resources.ko.resx index 698d8fd6a..ec5e23a4d 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.ko.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.ko.resx @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema @@ -2167,4 +2167,4 @@ Non-Live 옵션: {날짜} {시간} {생성-날짜} {생성-시간} {해상도} { <data name="UpdateCheck_Weekly" xml:space="preserve"> <value>매 주</value> </data> -</root> +</root>
\ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Properties/Resources.zh.resx b/win/CS/HandBrakeWPF/Properties/Resources.zh.resx index 9303e1d91..57d4ce6b3 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.zh.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.zh.resx @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema @@ -2161,4 +2161,4 @@ FPS: {3:000.0}, 平均FPS: {4:000.0} <data name="UpdateCheck_Weekly" xml:space="preserve"> <value>每周</value> </data> -</root> +</root>
\ No newline at end of file |