Update page title resource

This commit is contained in:
2023-05-14 10:25:35 +08:00
parent 04ec214714
commit b2f59431a6
6 changed files with 14 additions and 14 deletions

View File

@@ -1152,15 +1152,6 @@ namespace GrasscutterTools.Properties {
return ResourceManager.GetString("PageOpenCommandTitle", resourceCulture);
}
}
/// <summary>
/// 查找类似 属性 的本地化字符串。
/// </summary>
internal static string PageProperty {
get {
return ResourceManager.GetString("PageProperty", resourceCulture);
}
}
/// <summary>
/// 查找类似 任务 的本地化字符串。
@@ -1179,6 +1170,15 @@ namespace GrasscutterTools.Properties {
return ResourceManager.GetString("PageSceneTitle", resourceCulture);
}
}
/// <summary>
/// 查找类似 属性 的本地化字符串。
/// </summary>
internal static string PageSetPropTitle {
get {
return ResourceManager.GetString("PageSetPropTitle", resourceCulture);
}
}
/// <summary>
/// 查找类似 生成 的本地化字符串。