Bug 884498 - Netmonitor's greeting message may be confusing, r=rcampbell

This commit is contained in:
Victor Porof 2013-06-21 17:33:57 +03:00
Родитель 88a89e165f
Коммит eedfe568ae
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -102,7 +102,7 @@
tabindex="0"/>
</toolbar>
<label id="requests-menu-empty-notice"
value="&netmonitorUI.emptyNotice;"/>
value="&netmonitorUI.emptyNotice2;"/>
<vbox id="requests-menu-contents" flex="1">
<hbox id="requests-menu-item-template" hidden="true">
<hbox class="requests-menu-subitem requests-menu-status-and-method"

Просмотреть файл

@ -11,9 +11,9 @@
- A good criteria is the language in which you'd find the best
- documentation on web development on the web. -->
<!-- LOCALIZATION NOTE (netmonitorUI.emptyNotice): This is the label displayed
<!-- LOCALIZATION NOTE (netmonitorUI.emptyNotice2): This is the label displayed
- in the network table when empty. -->
<!ENTITY netmonitorUI.emptyNotice "Reload the page to see detailed information about network activity.">
<!ENTITY netmonitorUI.emptyNotice2 "Perform a request or reload the page to see detailed information about network activity.">
<!-- LOCALIZATION NOTE (netmonitorUI.toolbar.status): This is the label displayed
- in the network table toolbar, above the "status" column. -->