summaryrefslogtreecommitdiffstats
path: root/devtools
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-03 22:10:49 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-03 22:10:49 +0100
commitfbc836e285f456da52485baeea19aaf679cca0ab (patch)
treea7750fcfc237f927f0f76080fc9c15a51dfb7d1b /devtools
parentd252c5b2320859c58900b68a7f5ac82199aa1e83 (diff)
downloadUXP-fbc836e285f456da52485baeea19aaf679cca0ab.tar
UXP-fbc836e285f456da52485baeea19aaf679cca0ab.tar.gz
UXP-fbc836e285f456da52485baeea19aaf679cca0ab.tar.lz
UXP-fbc836e285f456da52485baeea19aaf679cca0ab.tar.xz
UXP-fbc836e285f456da52485baeea19aaf679cca0ab.zip
[minor fix] DevTools - inspector.properties (fix typo)
Diffstat (limited to 'devtools')
-rw-r--r--devtools/client/locales/en-US/inspector.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/locales/en-US/inspector.properties b/devtools/client/locales/en-US/inspector.properties
index b6f3e072b..252d72bfa 100644
--- a/devtools/client/locales/en-US/inspector.properties
+++ b/devtools/client/locales/en-US/inspector.properties
@@ -66,7 +66,7 @@ inspector.collapsePane=Collapse pane
# inspector UI.
inspector.expandPane=Expand pane
-# LOCALIZATION NOTE (inspector.searchResultsCount): This is the label that
+# LOCALIZATION NOTE (inspector.searchResultsCount2): This is the label that
# will show up next to the inspector search box. %1$S is the current result
# index and %2$S is the total number of search results. For example: "3 of 9".
# This won't be visible until the search box is updated in Bug 835896.