diff options
| author | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:18:00 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:18:00 -0400 |
| commit | b27eb901b4b5e002bad97ecd208631b289762753 (patch) | |
| tree | 4c335900a90b7130dc4771746d5e9b8abf56261f /lang-ja_HIRA.js | |
| parent | 7681525cc2f3f900136d745dc95594b3a731dcd1 (diff) | |
| download | snap-b27eb901b4b5e002bad97ecd208631b289762753.tar.gz snap-b27eb901b4b5e002bad97ecd208631b289762753.zip | |
Fixed #59
The "Export tools..." and "Export project as plain text..." menu items no longer have a space before their trailing ellipses.
Diffstat (limited to 'lang-ja_HIRA.js')
| -rwxr-xr-x | lang-ja_HIRA.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang-ja_HIRA.js b/lang-ja_HIRA.js index d42ecfb..876f027 100755 --- a/lang-ja_HIRA.js +++ b/lang-ja_HIRA.js @@ -632,13 +632,13 @@ SnapTranslator.dict.ja_HIRA = { 'チェックするとレポーターをドラッグ&ドロップするとき\n'
+ 'そらのレポーターにフォーカスします\n\n'
+ 'いくつかのブラウザーではサポートされません',
- 'Export project as plain text ...':
+ 'Export project as plain text...':
'テキストファイルとしてプロジェクトをかきだす...',
'Export project...':
'プロジェクトをかきだす...',
'show project data as XML\nin a new browser window':
'プロジェクトのデータをXMLとして\nブラウザのあたらしいウインドウにひょうじする',
- 'Export blocks ...':
+ 'Export blocks...':
'ブロックをかきだす...',
'show global custom block definitions as XML\nin a new browser window':
'グローバルカスタムブロックのていぎをXMLとして\nブラウザのあたらしいウインドウにひょうじする',
|
