mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 680897 - There should be a colon after "You have chosen to open" in download window. r=MattN
--HG-- extra : rebase_source : bf548819f24f58600f75c2ae09626a8ff6ea1f42
This commit is contained in:
parent
168c4b79fb
commit
e14a0505c7
@ -2,7 +2,7 @@
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!ENTITY intro.label "You have chosen to open">
|
||||
<!ENTITY intro2.label "You have chosen to open:">
|
||||
<!ENTITY from.label "from:">
|
||||
<!ENTITY actionQuestion.label "What should &brandShortName; do with this file?">
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
<stringbundle id="strings" src="chrome://mozapps/locale/downloads/unknownContentType.properties"/>
|
||||
|
||||
<vbox flex="1" id="container">
|
||||
<description>&intro.label;</description>
|
||||
<description>&intro2.label;</description>
|
||||
<separator class="thin"/>
|
||||
<hbox align="start" class="small-indent">
|
||||
<image id="contentTypeImage"/>
|
||||
|
Loading…
Reference in New Issue
Block a user