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 708986 - Use ellipsis instead of three periods
Use ellipsis instead of three periods
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
0.16.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2013-09-28 07:58 UTC by Dušan
Modified: 2014-01-21 19:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dušan 2013-09-28 07:58:41 UTC
Hi.
Please use ellipsis instead of three periods in this strings:

#: ../src/tracker-needle/tracker-view.vala:369
msgid "Loading..."


#: ../src/tracker-needle/tracker-view.vala:459
msgid "_Tags..."


#: ../src/tracker-utils/tracker-search.c:100
msgid ""
"Disable showing snippets with results. This is only shown for some "
"categories, e.g. Documents, Music..."
Comment 1 Martyn Russell 2014-01-21 19:42:24 UTC
Marking this as fixed...

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

nothing to commit, working directory clean
$ git grep -i -e "loading\.\.\." --or -e "Tags\.\.\." --or -e "Music\.\.\."|grep -v po/
src/plugins/nautilus/tracker-tags-view.c:		g_message ("Adding all tags...");
src/tracker-needle/tracker-tags-view.vala:				debug ("Toggling tags...");
src/tracker-needle/tracker-tags-view.vala:				debug ("Adding all tags...");
$


Naturally, some translations might be out of date.