GNOME Bugzilla – Bug 721292
No spaces between em dash in file operation dialog
Last modified: 2014-03-31 20:39:12 UTC
Created attachment 265088 [details] A screenshot of the issue Some of the strings used in the file operation dialog are combined from three parts, like "%'d file left to delete" + "—" + "%T left". There are, however, no spaces between em dash and the rest, making the resulting string a bit clunky (see the screenshot). I think this is the part responsible, but I might be wrong: https://git.gnome.org/browse/nautilus/tree/libnautilus-private/nautilus-file-operations.c#n1494
Created attachment 273319 [details] [review] file-operations: Add spaces between em dashes Add spaces between em dashes when reporting delete progress for consistency with the reporting of copy progress.
Created attachment 273320 [details] [review] file-operations: Add spaces between em dashes Add spaces between em dashes when reporting delete progress for consistency with the reporting of copy progress.
Review of attachment 273320 [details] [review]: Looks good, thanks.
Pushed to master as 89004e521bdadbed35c6969037e1ee80af361a77.