зеркало из https://github.com/mozilla/gecko-dev.git
Bug 991745 - Change "Search HTML" placeholder text to indicate the search is by CSS Selectors only. r=bgrins
This commit is contained in:
Родитель
85161fdf1a
Коммит
809c09bf19
|
@ -120,7 +120,7 @@
|
|||
type="search"
|
||||
timeout="50"
|
||||
class="devtools-searchinput"
|
||||
placeholder="&inspectorSearchHTML.label;"/>
|
||||
placeholder="&inspectorSearchHTML.label2;"/>
|
||||
</toolbar>
|
||||
<vbox flex="1" id="markup-box">
|
||||
</vbox>
|
||||
|
|
|
@ -77,9 +77,9 @@
|
|||
|
||||
<!ENTITY inspector.selectButton.tooltip "Select element with mouse">
|
||||
|
||||
<!-- LOCALIZATION NOTE (inspectorSearchHTML.label): This is the label shown as
|
||||
<!-- LOCALIZATION NOTE (inspectorSearchHTML.label2): This is the label shown as
|
||||
the placeholder in inspector search box -->
|
||||
<!ENTITY inspectorSearchHTML.label "Search HTML">
|
||||
<!ENTITY inspectorSearchHTML.label2 "Search with CSS Selectors">
|
||||
<!ENTITY inspectorSearchHTML.key "F">
|
||||
|
||||
<!-- LOCALIZATION NOTE (inspectorCopyImageDataUri.label): This is the label
|
||||
|
|
Загрузка…
Ссылка в новой задаче