mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
170131 r=timeless sr=bzbarsky Missing/misleading window/widget titles in helper application selection dialog
note: this checkin only fixes the "title" part of the bug
This commit is contained in:
parent
6f83e351d0
commit
a0c42e6953
@ -31,7 +31,7 @@
|
||||
<!ENTITY chooseApp.label "Choose...">
|
||||
<!ENTITY chooseApp.accesskey "c">
|
||||
|
||||
<!ENTITY chooseAppFilePickerTitle "Choose Application">
|
||||
<!ENTITY chooseAppFilePickerTitle "Choose Helper Application">
|
||||
|
||||
<!ENTITY badApp "The application you specified ("#1") could not be found. Check the file name or select another application.">
|
||||
<!ENTITY badApp.title "Application not found">
|
||||
|
@ -104,5 +104,6 @@
|
||||
<string id="defaultApp"> &useSystemDefault.label; </string>
|
||||
<string id="badApp"> &badApp; </string>
|
||||
<string id="badApp.title"> &badApp.title; </string>
|
||||
<string id="chooseAppFilePickerTitle">&chooseAppFilePickerTitle;</string>
|
||||
</strings>
|
||||
</dialog>
|
||||
|
@ -5,7 +5,7 @@ useSystemDefault=Open these files using the default application
|
||||
useHelperApp=Open these files with %S
|
||||
handleInternally=Display files of this type in the browser
|
||||
|
||||
chooseHandler=Choose Application Helper
|
||||
chooseHandler=Choose Helper Application
|
||||
programsFilter=Programs
|
||||
|
||||
handlerExists=A helper already exists for the MIME type '%mime%'. Do you want to replace it?
|
||||
|
Loading…
Reference in New Issue
Block a user