Update messages in yabridgectl

This commit is contained in:
Robbert van der Helm
2020-07-16 19:07:20 +02:00
parent b05d5d2b7c
commit 8698a8fd0b
4 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ pub enum InstallationMethod {
impl InstallationMethod {
/// The plural term for this installation methodd, using in string formatting.
pub fn plural(&self) -> &str {
pub fn plural_name(&self) -> &str {
match &self {
InstallationMethod::Copy => "copies",
InstallationMethod::Symlink => "symlinks",