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 657617 - ngettext and gettext mixed up
ngettext and gettext mixed up
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 2.26.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2011-08-29 12:59 UTC by Alexandre Franke
Modified: 2011-08-30 07:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove useless gettext calls (1.06 KB, patch)
2011-08-29 12:59 UTC, Alexandre Franke
none Details | Review
Remove useless gettext calls (1.76 KB, patch)
2011-08-29 14:43 UTC, Alexandre Franke
none Details | Review

Description Alexandre Franke 2011-08-29 12:59:51 UTC
Created attachment 195070 [details] [review]
Remove useless gettext calls

In some places, there are gettext calls inside ngettext calls, which is obviously wrong. Attached fixes this. I don't have GTK+ 3 on my system so I couldn't compile seahorse to check if i didn't break anything.
Comment 1 Alexandre Franke 2011-08-29 14:43:48 UTC
Created attachment 195077 [details] [review]
Remove useless gettext calls

One change was missing in previous patch.
Comment 2 Stef Walter 2011-08-30 07:45:33 UTC
Thanks! Merged into seahorse master.