Merge pull request #647 from poll-busily/english-lang-fixes
Minor punctuation tweaks for English language
这个提交包含在:
当前提交
6e47db1595
共有 2 个文件被更改,包括 4 次插入 和 4 次删除
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
|
|
||||||
$lang['error_no_active_station_profile'] = 'Attention you need to set an active station profile.';
|
$lang['error_no_active_station_profile'] = 'Attention: you need to set an active station profile.';
|
||||||
|
|
||||||
$lang['notice_turn_the_radio_on'] = 'You have made no QSOs today, time to turn on the radio!';
|
$lang['notice_turn_the_radio_on'] = 'You have made no QSOs today; time to turn on the radio!';
|
||||||
|
|
||||||
$lang['general_word_important'] = 'Important';
|
$lang['general_word_important'] = 'Important';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="APIDescription">API Description</label>
|
<label for="APIDescription">API Description</label>
|
||||||
<input type="text" class="form-control" name="api_desc" id="APIDescription" aria-describedby="APIDescriptionHelp" value="<?php echo $api_info['description']; ?>">
|
<input type="text" class="form-control" name="api_desc" id="APIDescription" aria-describedby="APIDescriptionHelp" value="<?php echo $api_info['description']; ?>">
|
||||||
<small id="APIDescriptionHelp" class="form-text text-muted">Simple name to describle what you use this API for.</small>
|
<small id="APIDescriptionHelp" class="form-text text-muted">Simple name to describe what you use this API for.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" name="api_key" value="<?php echo $api_info['key']; ?>">
|
<input type="hidden" name="api_key" value="<?php echo $api_info['key']; ?>">
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用