On Thu, Jun 22, 2023 at 07:23:54AM +0200, Lars Wendler wrote: > The removed line contains "%.lf" with a lowercase letter L. > The added line contains "%.1f" where the lowercase letter L was replaced > with the digit 1. > > Signed-off-by: Lars Wendler <polynomial-c@xxxxxx> > --- > po/de.po | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/po/de.po b/po/de.po > index 944b0e91..a6f8fde1 100644 > --- a/po/de.po > +++ b/po/de.po > @@ -3084,7 +3084,7 @@ msgstr "%llu Spezialdateien\n" > #: .././estimate/xfs_estimate.c:191 > #, c-format > msgid "%s will take about %.1f megabytes\n" > -msgstr "%s wird etwa %.lf Megabytes einnehmen\n" > +msgstr "%s wird etwa %.1f Megabytes einnehmen\n" > > #: .././estimate/xfs_estimate.c:198 > #, c-format Thanks Lars, looks good! Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx