GNOME Bugzilla – Bug 776616
Mark messages as translatable
Last modified: 2017-01-06 15:37:29 UTC
Hi, while trying to unmount a busy usb disk I noticed that Nautilus shows the unable the eject message, with detailed error message stating "An operation is already pending" It turns out, in gvfs project git tree, it can be seen several times in file: [user@host gvfs]$ grep -n 'An operation is already pending' -R . ./monitor/proxy/gvfsproxyvolumemonitordaemon.c:1045: "An operation is already pending"); ./monitor/proxy/gvfsproxyvolumemonitordaemon.c:1224: "An operation is already pending"); ./monitor/proxy/gvfsproxyvolumemonitordaemon.c:1331: "An operation is already pending"); ./monitor/proxy/gvfsproxyvolumemonitordaemon.c:1438: "An operation is already pending"); ./monitor/proxy/gvfsproxyvolumemonitordaemon.c:1545: "An operation is already pending"); ./monitor/proxy/gvfsproxyvolumemonitordaemon.c:1648: "An operation is already pending"); Could you please mark these message for translation? Thanks,
Thanks for your report. Sure, I will prepare fix.
Created attachment 342710 [details] [review] monitor: Mark error strings as translatable Error strings in gvfsproxyvolumemonitordaemon.c are not marked as translatable and thus it might be shown untranslated in UI, mark them.
Attachment 342710 [details] pushed as 275450e - monitor: Mark error strings as translatable