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 707078 - Ellipsis / Three dots in strings
Ellipsis / Three dots in strings
Status: RESOLVED FIXED
Product: gcr
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-29 18:41 UTC by Dušan
Modified: 2019-02-22 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ui: Use ellipsis instead of three dots (2.10 KB, patch)
2013-08-29 19:30 UTC, Stef Walter
committed Details | Review

Description Dušan 2013-08-29 18:41:05 UTC
Please replace three dots with unicode three dots in this strings:

#: ../ui/gcr-certificate-renderer.c:618
msgid "Export Certificate..."

#: ../ui/gcr-import-button.c:112
msgid "Initializing..."

#: ../ui/gcr-import-button.c:120
msgid "Import is in progress..."

#: ../ui/gcr-viewer-tool.c:50
msgid "[file...]"
Comment 1 Stef Walter 2013-08-29 19:30:02 UTC
Created attachment 253547 [details] [review]
ui: Use ellipsis instead of three dots

This patch should do the trick. 

Not using ellipsis for command line output (ie: [file...]
Comment 2 Stef Walter 2013-09-03 06:43:54 UTC
Attachment 253547 [details] pushed as 5620163 - ui: Use ellipsis instead of three dots