fix: better wording for error message
This commit is contained in:
parent
09f1e13659
commit
f0d717c941
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ const char SYMEXPORT *alpm_strerror(alpm_errno_t err)
|
|||
case ALPM_ERR_FILE_CONFLICTS:
|
||||
return _("conflicting files");
|
||||
case ALPM_ERR_REMOVING_OPTDEPENDS_DEPS:
|
||||
return _("removing optdepends of another dependency");
|
||||
return _("removing optdepends of another package");
|
||||
/* Miscellaenous */
|
||||
case ALPM_ERR_RETRIEVE:
|
||||
return _("failed to retrieve some files");
|
||||
|
|
Loading…
Add table
Reference in a new issue