Bug 559500 - On about:support, "Open Containing Folder" is misleading. r=gavin

This commit is contained in:
aceman 2012-01-28 11:55:35 +00:00
parent a203aeed35
commit c481c23046
2 changed files with 10 additions and 3 deletions

View File

@ -115,10 +115,14 @@
<td>
<button onclick="openProfileDirectory()">
#ifdef XP_WIN
&aboutSupport.showWin.label;
#else
#ifdef XP_MACOSX
&aboutSupport.showMac.label;
#else
&aboutSupport.show.label;
&aboutSupport.showDir.label;
#endif
#endif
</button>
</td>

View File

@ -23,12 +23,15 @@
<!ENTITY aboutSupport.appBasicsCrashIDs "Crash Reports">
<!ENTITY aboutSupport.appBasicsMemoryUse "Memory Use">
<!ENTITY aboutSupport.show.label "Open Containing Folder">
<!ENTITY aboutSupport.showDir.label "Open Directory">
<!-- LOCALIZATION NOTE (aboutSupport.showMac.label): This is the Mac-specific
variant of aboutSupport.show.label. This allows us to use the preferred
variant of aboutSupport.showDir.label. This allows us to use the preferred
"Finder" terminology on Mac. -->
<!ENTITY aboutSupport.showMac.label "Show in Finder">
<!-- LOCALIZATION NOTE (aboutSupport.showWin.label): This is the Windows-specific
variant of aboutSupport.showDir.label. -->
<!ENTITY aboutSupport.showWin.label "Show Folder">
<!ENTITY aboutSupport.modifiedKeyPrefsTitle "Important Modified Preferences">
<!ENTITY aboutSupport.modifiedPrefsName "Name">