Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add missing strings #359

Merged
merged 1 commit into from
May 25, 2024
Merged

fix: Add missing strings #359

merged 1 commit into from
May 25, 2024

Conversation

matbme
Copy link
Member

@matbme matbme commented May 25, 2024

Copy-paste bad!

@mirkobrombin mirkobrombin merged commit 56e1861 into main May 25, 2024
5 checks passed
@mirkobrombin mirkobrombin deleted the fix/missing_strings branch May 25, 2024 13:17
@@ -63,6 +63,8 @@ runtimeCommand:
description: "Update the list of available packages."
upgrade:
description: "Upgrade all installed packages."
run:
description: "Run command inside subsystem."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: "Run command inside subsystem."
description: "Run a command inside the subsystem."

@@ -107,7 +108,7 @@ pkgmanagers:
description: "Show information about the specified package manager."
new:
description: "Create a new package manager."

success: "Package manager %s created successfully."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
success: "Package manager %s created successfully."
success: "Package manager '%s' created successfully."

askNewCommand: "Enter new command for '%s' (leave empty to keep '%s'):"
error:
noName: "No name specified."
missingCommand: "Missing command for %s."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
missingCommand: "Missing command for %s."
missingCommand: "Missing command for '%s'."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants