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

Use 'may' instead of 'my' in as-relation.c #459

Merged
merged 1 commit into from Jan 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1780,7 +1780,7 @@ as_relation_is_satisfied (AsRelation *relation,
req_kernel_name, current_kernel_name));
else
_as_set_satify_message (message,
g_strdup_printf (_("This software only supports a %s kernel, but my run on %s anyway."),
g_strdup_printf (_("This software only supports a %s kernel, but may run on %s anyway."),
req_kernel_name, current_kernel_name));
return AS_CHECK_RESULT_FALSE;
}