move actions to separated code & add sinlge update search action
This commit is contained in:
@@ -87,6 +87,15 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Find update ähnelt.
|
||||
/// </summary>
|
||||
internal static string UpdateCollectorFeature {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdateCollectorFeature", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Find updates ähnelt.
|
||||
/// </summary>
|
||||
|
||||
@@ -126,6 +126,9 @@
|
||||
<data name="GitLabWorkspace" xml:space="preserve">
|
||||
<value>GitLab workspace</value>
|
||||
</data>
|
||||
<data name="UpdateCollectorFeature" xml:space="preserve">
|
||||
<value>Find update</value>
|
||||
</data>
|
||||
<data name="UpdatesCollectorFeature" xml:space="preserve">
|
||||
<value>Find updates</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user