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 571991 - Strings not marked for translation
Strings not marked for translation
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: 2009-02-16 13:31 UTC by Gabor Kelemen
Modified: 2009-02-16 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch (667 bytes, patch)
2009-02-16 13:32 UTC, Gabor Kelemen
none Details | Review

Description Gabor Kelemen 2009-02-16 13:31:54 UTC
I found some $Summary. Patch is coming.
Comment 1 Gabor Kelemen 2009-02-16 13:32:27 UTC
Created attachment 128826 [details] [review]
Trivial patch
Comment 2 Adam Schreiber 2009-02-16 13:38:01 UTC
Looks good, go ahead and commit it.
Comment 3 Gabor Kelemen 2009-02-16 13:41:13 UTC
Thanks, I'm on it.
In the meanwhile, would you take a look at POTFILES.skip? I'm lazy to open another bug, but it looks like it contains some .c files, that were added when .vala files were introduced, but remained there after those .vala files were removed. 
Comment 4 Adam Schreiber 2009-02-16 15:38:20 UTC
Fixed. 

2009-02-16  Adam Schreiber  <sadam@clemson.edu>

    * POTFILES.skip: remove unnecessary files
Comment 5 Gabor Kelemen 2009-02-16 16:11:54 UTC
Now, these were missing from POTFILES.in:

    * src/seahorse-key-manager.c
    * src/seahorse-keyserver-results.c

I just added them.