fixed multiple selected files extraction.

This commit is contained in:
morkt
2014-07-30 09:00:26 +04:00
parent 23030ac225
commit 805027ad29
4 changed files with 29 additions and 8 deletions

View File

@@ -286,7 +286,7 @@ namespace GARbro.GUI.Strings {
}
/// <summary>
/// Looks up a localized string similar to Extract all files from {0} to.
/// Looks up a localized string similar to Extract files from {0} to.
/// </summary>
public static string LabelExtractAllTo {
get {
@@ -330,6 +330,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose files to extract.
/// </summary>
public static string MsgChooseFiles {
get {
return ResourceManager.GetString("MsgChooseFiles", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Creating archive {0}.
/// </summary>