From 7572f371867ac8fd61963aced41382357d0e28f8 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 23 Sep 2020 14:52:16 +0000 Subject: Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims. The poor fellows got lost in an ASCII-interpretation of the world. --- devtools/client/shared/widgets/VariablesView.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') diff --git a/devtools/client/shared/widgets/VariablesView.jsm b/devtools/client/shared/widgets/VariablesView.jsm index 65f3e8711..f7be87f44 100644 --- a/devtools/client/shared/widgets/VariablesView.jsm +++ b/devtools/client/shared/widgets/VariablesView.jsm @@ -3828,7 +3828,7 @@ VariablesView.stringifiers.byObjectKind = { /** - * Get the "N more???" formatted string, given an N. This is used for displaying + * Get the "N moreā€¦" formatted string, given an N. This is used for displaying * how many elements are not displayed in an object preview (eg. an array). * * @private -- cgit v1.2.3