mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-05 02:42:08 +08:00
fixed multiple selected files extraction.
This commit is contained in:
11
Strings/guiStrings.Designer.cs
generated
11
Strings/guiStrings.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user