GNOME Bugzilla – Bug 611947
Misleading error text
Last modified: 2010-03-06 00:19:15 UTC
#: ../Tomboy/Note.cs:1611 #, csharp-format An error occurred while saving your notes. Please check that you have sufficient disk space, and that you have appropriate rights on {0}. Error details can be found in {0}. This string is used in the code to show two different values, so the second {0} should be (probably :)) {1}. This would be a string freeze break, but I think misleading the users is big enough to grant it, so with my i18n-coordinator hat on, I give 1/2 approval :). Another i18n-related problem: http://l10n.gnome.org/module/tomboy/ says: There are some missing files from POTFILES.in: * Tomboy/Addins/WebSyncService/MonoHttp/WebHeaderCollection.cs * Tomboy/JumpListManager.cs
*** This bug has been marked as a duplicate of bug 611564 ***
The missing files are not that urgent, as we currently don't ship translations on Windows, which is the only place those files are currently used. Will fix this when we start shipping the translations.
(In reply to comment #2) > Will fix this when we start shipping the translations. Ok, could you then please put these into POTFILES.in? This way intltool and translators will stop complaining about them :).
(In reply to comment #3) > (In reply to comment #2) > > Will fix this when we start shipping the translations. > > Ok, could you then please put these into POTFILES.in? This way intltool and > translators will stop complaining about them :). Okay, fixing. How can I get intltool to ignore WebHeaderCollection.cs? Its C# parser is not that advanced, and mistakes an unrelated GetString method for Catalog.GetString. In other words, WebHeaderCollection.cs has no translatable strings in it.
Oh, right, POTFILES.skip. Duh.