On 8/25/06, Shaun McCance <shaunm gnome org> wrote:
string.Format (Catalog.GetString ("<b>{0}</b> of <b>{1}</b> Sticky Notes
" +
"were successfully imported into Tomboy."),
numNotesImported,
numNotesTotal)
Shouldn't this be using GetPluralString?
Yes, thank you. Sandy