Skip to content

Commit

Permalink
Bug 1499289 - Allow to invoke getters from webconsole autocomplete fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
splewako committed Jan 22, 2019
1 parent 5981ac6 commit 9c8e870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devtools/client/webconsole.properties
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ webconsole.reverseSearch.results=Jeden wynik;#1 z #2 wyników;#1 z #2 wyni
webconsole.reverseSearch.noResult=Brak wyników
webconsole.reverseSearch.result.previousButton.tooltip=Poprzedni wynik (%S)
webconsole.reverseSearch.result.nextButton.tooltip=Następny wynik (%S)

webconsole.confirmDialog.getter.label=Czy wywołać funkcję „%S”, aby pobrać listę własności?
webconsole.confirmDialog.getter.confirmButtonLabel=Tak

0 comments on commit 9c8e870

Please sign in to comment.