betaflight-configurator/q

3.8 KiB

diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 7ad20b6..dcebce2 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -1691,8 +1691,27 @@
"message": "Magnetometer (if supported)"
},
"PIDTip": {
- "message": "<strong><i>Derivative from Error</i></strong> provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
- }
+ "message": "<strong><i>Derivative from Error</i></strong> </br>Provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
+ },
+ "PTip": {
+ "message": "<strong><i>Proportional</i></strong> </br>provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
+ },
+ "ITip": {
+ "message": "<strong><i>Integral</i></strong> </br>provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
+ },
+ "DTip": {
+ "message": "<strong><i>Derivative</i></strong> </br>provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
+ },
+ "RateTip": {
+ "message": "<strong><i>Rate</i></strong> </br>provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
+ },
+ "RcRateTip": {
+ "message": "<strong><i>Rc Rate</i></strong> </br>provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
+ },
+ "ExpoTip": {
+ "message": "<strong><i>Rc Expo</i></strong> </br>provides more direct stick response and is mostly prefered for Racing.<br><strong><i>Derivative from Measurement</i></strong> provides smoother stick response what is more usefull for freestyling"
+ }
+
 

 
diff --git a/tabs/pid_tuning.html b/tabs/pid_tuning.html
index fbae9bf..c025797 100755
--- a/tabs/pid_tuning.html
+++ b/tabs/pid_tuning.html
@@ -44,7 +44,8 @@
<table class="pid_titlebar">
<tr>
<th class="name" i18n="pidTuningName"></th>
- <th class="proportional" i18n="pidTuningProportional"></th>
+ <th class="proportional helpicon cf_tip" i18n="pidTuningProportional">
+ <div class="helpicon cf_tip" i18n_title="PTip"></div></th>
<th class="integral" i18n="pidTuningIntegral"></th>
<th class="derivative" i18n="pidTuningDerivative"></th>
<th class="rc_rate" i18n="pidTuningRcRate"></th>