Updating UI and making it Fluent

This commit is contained in:
Niels Laute
2020-11-07 21:17:31 +01:00
parent 36fd030075
commit edbbc69f4f
11 changed files with 149 additions and 200 deletions

View File

@@ -232,7 +232,7 @@ namespace ImageResizer.Properties {
}
/// <summary>
/// Looks up a localized string similar to Advanced Options.
/// Looks up a localized string similar to Settings.
/// </summary>
public static string Advanced_Title {
get {
@@ -268,7 +268,7 @@ namespace ImageResizer.Properties {
}
/// <summary>
/// Looks up a localized string similar to Image Resizer for Windows.
/// Looks up a localized string similar to Image Resizer.
/// </summary>
public static string ImageResizer {
get {
@@ -312,15 +312,6 @@ namespace ImageResizer.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Resize your pictures.
/// </summary>
public static string Input_MainInstruction {
get {
return ResourceManager.GetString("Input_MainInstruction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to R_esize the original pictures (don&apos;t create copies).
/// </summary>
@@ -340,7 +331,7 @@ namespace ImageResizer.Properties {
}
/// <summary>
/// Looks up a localized string similar to Advanced options....
/// Looks up a localized string similar to Settings.
/// </summary>
public static string Input_ShowAdvanced {
get {

View File

@@ -201,9 +201,6 @@
<data name="Input_IgnoreOrientation" xml:space="preserve">
<value>Ign_ore the orientation of pictures</value>
</data>
<data name="Input_MainInstruction" xml:space="preserve">
<value>Resize your pictures</value>
</data>
<data name="Input_Replace" xml:space="preserve">
<value>R_esize the original pictures (don't create copies)</value>
</data>