fix: better wording for error message

This commit is contained in:
jg 2025-02-09 20:42:49 +01:00
parent 09f1e13659
commit f0d717c941

View file

@ -138,7 +138,7 @@ const char SYMEXPORT *alpm_strerror(alpm_errno_t err)
case ALPM_ERR_FILE_CONFLICTS: case ALPM_ERR_FILE_CONFLICTS:
return _("conflicting files"); return _("conflicting files");
case ALPM_ERR_REMOVING_OPTDEPENDS_DEPS: case ALPM_ERR_REMOVING_OPTDEPENDS_DEPS:
return _("removing optdepends of another dependency"); return _("removing optdepends of another package");
/* Miscellaenous */ /* Miscellaenous */
case ALPM_ERR_RETRIEVE: case ALPM_ERR_RETRIEVE:
return _("failed to retrieve some files"); return _("failed to retrieve some files");