Minor spelling corrections

git-svn-id: https://duplicati.googlecode.com/svn/trunk@621 59da171f-624f-0410-aa54-27559c288bec
This commit is contained in:
kenneth.skovhede@gmail.com
2010-12-07 21:09:54 +00:00
parent 201df924ab
commit e528dc363e
4 changed files with 7 additions and 7 deletions
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3082
// Runtime Version:2.0.50727.4952
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -61,7 +61,7 @@ namespace Duplicati.Library.Encryption.Strings {
}
/// <summary>
/// Looks up a localized string similar to Failed to decrypt data (bad key?): {0}.
/// Looks up a localized string similar to Failed to decrypt data (invalid passphrase?): {0}.
/// </summary>
internal static string DecryptionError {
get {
@@ -118,6 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="DecryptionError" xml:space="preserve">
<value>Failed to decrypt data (bad key?): {0}</value>
<value>Failed to decrypt data (invalid passphrase?): {0}</value>
</data>
</root>
+2 -2
View File
@@ -153,7 +153,7 @@ namespace Duplicati.Library.Main.Strings {
}
/// <summary>
/// Looks up a localized string similar to Filed marked for deletion did not exist: {0}.
/// Looks up a localized string similar to File marked for deletion did not exist: {0}.
/// </summary>
internal static string FileToDeleteMissingError {
get {
@@ -162,7 +162,7 @@ namespace Duplicati.Library.Main.Strings {
}
/// <summary>
/// Looks up a localized string similar to Folder was marked for deletion, but did not exist: .
/// Looks up a localized string similar to Folder was marked for deletion, but did not exist: {0}.
/// </summary>
internal static string FolderToDeleteMissingError {
get {
+2 -2
View File
@@ -133,10 +133,10 @@
<value>Failed to process file: {0}. Error message: {1}</value>
</data>
<data name="FileToDeleteMissingError" xml:space="preserve">
<value>Filed marked for deletion did not exist: {0}</value>
<value>File marked for deletion did not exist: {0}</value>
</data>
<data name="FolderToDeleteMissingError" xml:space="preserve">
<value>Folder was marked for deletion, but did not exist: </value>
<value>Folder was marked for deletion, but did not exist: {0}</value>
</data>
<data name="MultipassUsageError" xml:space="preserve">
<value>Multi pass is not initialized</value>