Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Oct 17, 2018
1 parent b4a031f commit d03a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Duplicati/Library/Main/Strings.cs
Expand Up @@ -259,7 +259,7 @@ internal static class Options
public static string ConsolelogfiltersShort { get { return LC.L(@"Applies filters to the console log data"); } }
public static string ConsolelogfiltersLong(string delimiter) { return LogfilelogfiltersLong(delimiter); }

public static string UsebackgroundiopriorityShort { get { return LC.L("Sets the processe to use low IO priority"); } }
public static string UsebackgroundiopriorityShort { get { return LC.L("Sets the process to use low IO priority"); } }
public static string UsebackgroundiopriorityLong { get { return LC.L("This option instructions the operating system to set the current process to use the lowest IO priority level, which can make operations run slower but will interfere less with other operations running at the same time"); } }

public static string ExcludeemptyfoldersShort { get { return "Excludes empty folders"; } }
Expand Down

0 comments on commit d03a8a7

Please sign in to comment.