js: Use proper Unicode ellipsis (…) instead of three dots

https://bugzilla.gnome.org/show_bug.cgi?id=689542
This commit is contained in:
Jeremy Bicha
2012-12-03 10:59:28 -05:00
parent 6f8540f25a
commit 2a5f8e84bb
6 changed files with 11 additions and 11 deletions

View File

@ -215,7 +215,7 @@ const Overview = new Lang.Class({
in the search entry when no search is
active; it should not exceed ~30
characters. */
hint_text: _("Type to search..."),
hint_text: _("Type to search"),
track_hover: true,
can_focus: true });
this._searchEntryBin = new St.Bin({ child: this._searchEntry,