diff options
author | sr55 <[email protected]> | 2016-08-03 20:55:25 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-08-03 20:55:25 +0100 |
commit | 3488af26e1da998932e467db12e8107e72d11ee2 (patch) | |
tree | 40259cb0239bcf836734a892435186f257b81e1a /win/CS/HandBrakeWPF | |
parent | 71704d346887391b9653f35eeb8739123531d34b (diff) |
WinGui: Update the "update available" text to indicate that release notes are available on the website since we don't display them in GUI.
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 5 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 52004dcd6..3e5d4914b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1139,7 +1139,8 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version..
+ /// Looks up a localized string similar to Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version.
+ /// Please check the website for release notes..
/// </summary>
public static string OptionsViewModel_64bitAvailable {
get {
@@ -1148,7 +1149,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to A New Update is Available!.
+ /// Looks up a localized string similar to A New Update is Available! Please check the website for release notes..
/// </summary>
public static string OptionsViewModel_NewUpdate {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index ab209f268..32962807b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -599,10 +599,11 @@ The Activity log may have further information.</value> <value>An Unknown Error has occured.</value>
</data>
<data name="OptionsViewModel_NewUpdate" xml:space="preserve">
- <value>A New Update is Available!</value>
+ <value>A New Update is Available! Please check the website for release notes.</value>
</data>
<data name="OptionsViewModel_64bitAvailable" xml:space="preserve">
- <value>Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version.</value>
+ <value>Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version.
+ Please check the website for release notes.</value>
</data>
<data name="OptionsViewModel_NoNewUpdates" xml:space="preserve">
<value>There are no new updates at this time.</value>
|