added message.

This commit is contained in:
morkt
2015-06-12 22:46:11 +04:00
parent b945a20642
commit 1200a610f4
3 changed files with 19 additions and 4 deletions

View File

@@ -648,12 +648,21 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to unable to interpret audio format.
/// </summary>
public static string MsgUnableInterpretAudio {
get {
return ResourceManager.GetString("MsgUnableInterpretAudio", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to unable to interpret image format.
/// </summary>
public static string MsgUnableInterpret {
public static string MsgUnableInterpretImage {
get {
return ResourceManager.GetString("MsgUnableInterpret", resourceCulture);
return ResourceManager.GetString("MsgUnableInterpretImage", resourceCulture);
}
}