display file name that caused extraction error.

This commit is contained in:
morkt
2015-08-17 23:09:05 +04:00
parent d526ef96fc
commit 52bc79bb96
4 changed files with 26 additions and 1 deletions

View File

@@ -900,6 +900,17 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Error occured while extracting file
///{0}
///{1}.
/// </summary>
public static string TextErrorExtracting {
get {
return ResourceManager.GetString("TextErrorExtracting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extract audio.
/// </summary>