GNOME Bugzilla – Bug 154158
Typos in marlin
Last modified: 2005-08-02 21:50:03 UTC
#: marlin/marlin-channel.c:137 msgid "" "Error opening peak file '%'\n" "Error: '%'" #: marlin/marlin-channel.c:689 msgid "" "Error writing data to '%'\n" "Error: %s" #: src/dialogs/marlin-burn-dialog.c:531 msgid "" "The sample is being writen to the disc. This operation may take a long time, " "depending on the length of the sample and write speed"
Sorry for not explaining the bugs. Epiphany's fault. :( In the first and the second it's missing the indication of what convertion will be made on the parameter in '%'. Shouldn't it be '%s' in both cases? In the third the word 'written' is mispelled as 'writen' (note the double t missing). That's it.
Created attachment 36404 [details] [review] proposed patch for this bug I also fixed some "writen" errors in comments of marlin-channel.c .
To me, it's OK. Thank you for fixing.
Will the patch be commited?
I've fixed the typos. Thanks
Closing as FIXED since it's fixed in the cvs.