String modifications for bug #409739



Hi all,

To fix a crash in Gnome Sudoku I need to change some formatting
characters from '%s' to '%(n)s'. I've written a script to
automatically update this (and fix some incorrect %d entries) - can I
commit this to the 2.18 branch? I guess this will look like a string
break but none of the content of the messages has been changed.

These are the affected strings:
"%s puzzle" -> "%(n)s puzzle"
"%s puzzles" -> "%(n)s puzzles"
'Generated %s puzzle' -> 'Generated %(n)s puzzle'
'Generated %s puzzles' -> 'Generated %(n)s puzzles'
"%s year" -> "%(n)s year"
"%s years" -> "%(n)s years"
"%s month" -> "%(n)s month"
"%s months" -> "%(n)s months"
"%s week" -> "%(n)s week"
"%s weeks" -> "%(n)s weeks"
"%s day" -> "%(n)s day"
"%s days" -> "%(n)s days"
"%s hour" -> "%(n)s hour"
"%s hours" -> "%(n)s hours"
"%s minute"->  "%(n)s minute"
"%s minutes" -> "%(n)s minutes"
"%s second" -> "%(n)s second"
"%s seconds" -> "%(n)s seconds"

The bug is:
http://bugzilla.gnome.org/show_bug.cgi?id=409739

Thanks,
--Robert



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]