Since nobody seems to be responding to this request, here's what I'm thinking:
1) I won't change the "x/y notes have been imported" string, since it
might be the very first output a user ever sees from Tomboy, and it
should probably be properly localized (I guess that means I'll leave
it as a sing
On 8/25/06, Shaun McCance <[EMAIL PROTECTED]> wrote:
> string.Format (Catalog.GetString ("{0} of {1} Sticky Notes
> " +
> "were successfully imported into Tomboy."),
> numNotesImported,
> numNotesT
As part of Tomboy being included in GNOME 2.16 [1], several users have
requested the ability for old Sticky Notes to be automatically
imported into Tomboy [2] [3]. This feature is now ready to be
committed.
Attached is the patch, and it breaks the string freeze for Tomboy in two ways:
1) A GCon
Hi,
Is it possible to get some decision on this string break? I'd really
like to get this patch in soon, if possible.
-Alex
Sanford Armstrong wrote:
> This email hasn't made it to gnome-i18n or gnome-doc-list, so I have
> subscribed to those lists to expedite things. The patch mentioned
> bel
On 8/25/06, Shaun McCance <[EMAIL PROTECTED]> wrote:
> string.Format (Catalog.GetString ("{0} of {1} Sticky Notes
> " +
> "were successfully imported into Tomboy."),
> numNotesImported,
> numNotesT
string.Format (Catalog.GetString ("{0} of {1} Sticky Notes
" +
"were successfully imported into Tomboy."),
numNotesImported,
numNotesTotal)
Shouldn't this be using GetPluralString?
--
Shaun
___
This email hasn't made it to gnome-i18n or gnome-doc-list, so I have
subscribed to those lists to expedite things. The patch mentioned
below is also attached to this email. Sorry for any unnecessary
duplication.
On 8/22/06, Sanford Armstrong <[EMAIL PROTECTED]> wrote:
As part of Tomboy being i