After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 605864 - Note of the day template shouldn't be translatable
Note of the day template shouldn't be translatable
Status: RESOLVED FIXED
Product: gnote
Classification: Applications
Component: main
git master
Other Linux
: Normal normal
: ---
Assigned To: gnote-maint
gnote-maint
Depends on:
Blocks:
 
 
Reported: 2010-01-01 21:44 UTC by Khaled Hosny
Modified: 2010-01-03 20:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (1.40 KB, patch)
2010-01-03 20:10 UTC, Debarshi Ray
none Details | Review

Description Khaled Hosny 2010-01-01 21:44:30 UTC
Is there any reason to have this string translatable (src/addins/noteoftheday/noteoftheday.cpp:150)? I don't see anything localizable, and it can easily get messed up if the translator wasn't careful enough.
Comment 1 Debarshi Ray 2010-01-03 20:07:10 UTC
(In reply to comment #0)
> Is there any reason to have this string translatable
> (src/addins/noteoftheday/noteoftheday.cpp:150)?

Yes, you are right. The XML should not be translatable. Only "Tasks" and "Appointments" should be.

Thanks for pointing this out.
Comment 2 Debarshi Ray 2010-01-03 20:10:58 UTC
Created attachment 150753 [details] [review]
Proposed fix
Comment 3 Debarshi Ray 2010-01-03 20:11:40 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.