diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 14:52:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 14:52:16 +0000 |
commit | 7572f371867ac8fd61963aced41382357d0e28f8 (patch) | |
tree | c1685be6dd885ac1d903dbf21f68c2cf8ba252ad /devtools | |
parent | a680bdc637e0393aaa08d575c66f7166b788b443 (diff) | |
download | uxp-7572f371867ac8fd61963aced41382357d0e28f8.tar.gz |
Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.
The poor fellows got lost in an ASCII-interpretation of the world.
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/client/shared/widgets/VariablesView.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/shared/widgets/VariablesView.jsm b/devtools/client/shared/widgets/VariablesView.jsm index 65f3e87112..f7be87f44f 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 |