Bug 915388 - Remove 'my' from the panels name in index.xul. r=ochameau

This commit is contained in:
Paul Rouget 2013-09-12 13:15:47 -04:00
Родитель 2d3492b80b
Коммит c5c8639c55
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -23,8 +23,8 @@
<vbox flex="1">
<hbox id="content" flex="1">
<vbox id="tabs">
<button class="button projects-button" onclick="selectTab('projects')">&index.projects;</button>
<button class="button device-button" onclick="selectTab('device')">&index.device;</button>
<button class="button projects-button" onclick="selectTab('projects')">&index.projects2;</button>
<button class="button device-button" onclick="selectTab('device')">&index.device2;</button>
</vbox>
<hbox id="tab-panels" flex="1">
<iframe flex="1" class="panel projects-panel" src="chrome://browser/content/devtools/app-manager/projects.xhtml"/>

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

@ -3,8 +3,8 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY index.title "App Manager">
<!ENTITY index.projects "My Apps">
<!ENTITY index.device "My Device">
<!ENTITY index.projects2 "Apps">
<!ENTITY index.device2 "Device">
<!ENTITY device.screenshot "Screenshot">
<!ENTITY device.title "Device Control Center">