Skip to content

Commit

Permalink
Preference problem fixes for Japanese Windows.
Browse files Browse the repository at this point in the history
* Use only two columns on grid, re-arrange the layout.
* Shorter description for English (US) in Japanese.
  • Loading branch information
littlebtc committed Apr 18, 2013
1 parent b32b571 commit dada177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions content/prefPaneDownload.xul
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
<columns>
<column flex="1"/>
<column flex="2"/>
<column flex="1"/>
</columns>
<rows>
<row>
<label value="&downloader.save_path.label;" accesskey="&downloader.save_path.accesskey;" control="save_path" />
<filefield id="save_path" preference="pref-save_path" preference-editable="true"
onsyncfrompreference="return prefPaneDownload.displaySavePath();" />
<button label="&downloader.save_path.browse.label;" accesskey="&downloader.save_path.browse.accesskey;" oncommand="prefPaneDownload.chooseSavePath();" />
<hbox>
<filefield id="save_path" preference="pref-save_path" preference-editable="true"
onsyncfrompreference="return prefPaneDownload.displaySavePath();" />
<button label="&downloader.save_path.browse.label;" accesskey="&downloader.save_path.browse.accesskey;" oncommand="prefPaneDownload.chooseSavePath();" />
</hbox>
</row>
<row>
<label value="&downloader.filename_scheme.label;" accesskey="&downloader.filename_scheme.accesskey;" control="filename_scheme" />
Expand Down
2 changes: 1 addition & 1 deletion locale/ja/prefwindow.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!ENTITY downloader.download_comment_variants "コメント保存:">
<!ENTITY downloader.download_comment.label "日本語">
<!ENTITY downloader.download_comment.accesskey "J">
<!ENTITY downloader.download_comment_en-us.label "英語(アメリカ合衆国)">
<!ENTITY downloader.download_comment_en-us.label "英語(アメリカ)">
<!ENTITY downloader.download_comment_en-us.accesskey "G">
<!ENTITY downloader.download_comment_zh-tw.label "中国語(台湾)">
<!ENTITY downloader.download_comment_zh-tw.accesskey "I">
Expand Down

0 comments on commit dada177

Please sign in to comment.