Skip to content

Commit

Permalink
translate: devide ". " from sequence the convenience of translators
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Aug 31, 2024
1 parent 343ef1b commit 61f53b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/widgets/cache-indicator/job-info-badge.vala
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ namespace Cassette {
).printf (
saved,
total,
(now != 0? ngettext (
". %d track saving now",
". %d tracks saving now",
(now != 0? ". " + ngettext (
"%d track saving now",
"%d tracks saving now",
now
).printf (
now
Expand Down

0 comments on commit 61f53b7

Please sign in to comment.