Skip to content

Commit

Permalink
Merge pull request #769 from flipflop97/patch-2
Browse files Browse the repository at this point in the history
Add triple dots to upgrade search messages
  • Loading branch information
Morganamilo authored Jun 24, 2022
2 parents 32b75ac + 0a7bbd4 commit 8953e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async fn get_aur_only_upgrades<'a, 'b>(
println!(
"{} {}",
c.action.paint("::"),
c.bold.paint(tr!("Looking for AUR upgrades"))
c.bold.paint(tr!("Looking for AUR upgrades..."))
);
}

Expand All @@ -147,7 +147,7 @@ async fn get_devel_upgrades(config: &Config, print: bool) -> Result<Vec<String>>
println!(
"{} {}",
c.action.paint("::"),
c.bold.paint(tr!("Looking for devel upgrades"))
c.bold.paint(tr!("Looking for devel upgrades..."))
);
}

Expand Down

0 comments on commit 8953e60

Please sign in to comment.