author | Miriam <bmiriam1230@gmail.com> |
Wed, 18 Sep 2019 23:17:27 +0000 | |
changeset 494013 | c7dc618e3f6fc4fcf2778d45074b6aadc867a376 |
parent 493915 | c37a2bd30156faf5605de0a264972fa2952f61d4 |
child 494014 | 78c3f293893a9c3c10be0ca412d6d9de318e803c |
push id | 36593 |
push user | opoprus@mozilla.com |
push date | Thu, 19 Sep 2019 09:46:54 +0000 |
treeherder | mozilla-central@6b93a83735ed [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1582182 |
milestone | 71.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/devtools/client/locales/en-US/debugger.properties +++ b/devtools/client/locales/en-US/debugger.properties @@ -787,16 +787,21 @@ whyPaused.xhr=Paused on XMLHttpRequest # promise rejection whyPaused.promiseRejection=Paused on promise rejection # LOCALIZATION NOTE (whyPaused.getWatchpoint): The text that is displayed # in a info block explaining how the debugger is currently paused at a # watchpoint on an object property whyPaused.getWatchpoint=Paused on property access +# LOCALIZATION NOTE (whyPaused.setWatchpoint): The text that is displayed +# in an info block explaining how the debugger is currently paused at a +# watchpoint on an object property +whyPaused.setWatchpoint=Paused on property set + # LOCALIZATION NOTE (whyPaused.assert): The text that is displayed # in a info block explaining how the debugger is currently paused on an # assert whyPaused.assert=Paused on assertion # LOCALIZATION NOTE (whyPaused.debugCommand): The text that is displayed # in a info block explaining how the debugger is currently paused on a # debugger statement