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 423082 - Seahorse: missing i18n string in the about dialog
Seahorse: missing i18n string in the about dialog
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
1.0
Other All
: Normal normal
: 2.20.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2007-03-26 20:39 UTC by Bjoern Voigt
Modified: 2007-03-27 17:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds the missing i18n marker (754 bytes, patch)
2007-03-26 20:42 UTC, Bjoern Voigt
none Details | Review

Description Bjoern Voigt 2007-03-26 20:39:14 UTC
Please describe the problem:
The string "Contributions:" could not be translated in the about dialog (section "authors"). 

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Bjoern Voigt 2007-03-26 20:42:43 UTC
Created attachment 85346 [details] [review]
Adds the missing i18n marker

The patch add the missing i18n marker for "Contributions:". Also the "static" modifier must be removed for "authors".
Comment 2 Adam Schreiber 2007-03-27 14:07:47 UTC
Request for a string freeze break has been sent.
Comment 3 Adam Schreiber 2007-03-27 17:28:11 UTC
Committed. Thanks. 

2007-03-27  Adam Schreiber <sadam@clemson.edu>
    
    * src/seahorse-key-manager.c: Fix il8n of the about dialog.
    Patch from Bjoern Voigt.  Fixes bug #423082