This bug report was migrated from our old Bugzilla tracker.
Reported in version: unspecified
Reported for operating system, platform: Linux, PC
Comments on the original bug report:
On 2008-01-12 00:03:13 -0500, Ryan C. Gordon wrote:
We can't really use printf(), because that's flakey in general (what if a translator forgets a %s or whatnot?), but also because strings may need reordering in a translation...so maybe %1, %2 is beter than %s, %s?
--ryan.
On 2008-01-12 05:48:46 -0500, Ryan C. Gordon wrote:
This bug report was migrated from our old Bugzilla tracker.
Reported in version: unspecified Reported for operating system, platform: Linux, PC
Comments on the original bug report:
On 2008-01-12 00:03:13 -0500, Ryan C. Gordon wrote:
On 2008-01-12 05:48:46 -0500, Ryan C. Gordon wrote: