add/remove action rows
This commit is contained in:
@@ -61,7 +61,7 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Install to {0} ähnelt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Installation: {0} ähnelt.
|
||||
/// </summary>
|
||||
internal static string Node_Install {
|
||||
get {
|
||||
@@ -70,7 +70,7 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Update to {0} ähnelt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Update: {0} ähnelt.
|
||||
/// </summary>
|
||||
internal static string Node_Update {
|
||||
get {
|
||||
|
||||
@@ -118,9 +118,9 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Node_Install" xml:space="preserve">
|
||||
<value>Install to {0}</value>
|
||||
<value>Installation: {0}</value>
|
||||
</data>
|
||||
<data name="Node_Update" xml:space="preserve">
|
||||
<value>Update to {0}</value>
|
||||
<value>Update: {0}</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user