Bug 1309297 - Change "Show Folder" to "Open Folder" (about:profiles) in Windows. r=mossop

--HG--
extra : rebase_source : 9d3c21e25b49f7b112a03ec575840bccafb07d40
This commit is contained in:
Ton 2016-10-11 19:36:33 +02:00
parent c670f9e2f4
commit db0e472002
2 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ function display(profileData) {
let button = document.createElement('button');
let string = 'openDir';
if (AppConstants.platform == "win") {
string = 'winOpenDir';
string = 'winOpenDir2';
} else if (AppConstants.platform == "macosx") {
string = 'macOpenDir';
}

View File

@ -37,6 +37,6 @@ openDir = Open Directory
# LOCALIZATION NOTE (macOpenDir): This is the Mac-specific variant of openDir.
# This allows us to use the preferred"Finder" terminology on Mac.
macOpenDir = Show in Finder
# LOCALIZATION NOTE (winOpenDir): This is the Windows-specific variant of
# LOCALIZATION NOTE (winOpenDir2): This is the Windows-specific variant of
# openDir.
winOpenDir = Show Folder
winOpenDir2 = Open Folder