mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Show charging in brackets.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace GHelper
|
|||||||
buttonSync.Text = Properties.Strings.MouseSynchronize;
|
buttonSync.Text = Properties.Strings.MouseSynchronize;
|
||||||
checkBoxAngleSnapping.Text = Properties.Strings.MouseAngleSnapping;
|
checkBoxAngleSnapping.Text = Properties.Strings.MouseAngleSnapping;
|
||||||
labelLiftOffDistance.Text = Properties.Strings.MouseLiftOffDistance;
|
labelLiftOffDistance.Text = Properties.Strings.MouseLiftOffDistance;
|
||||||
labelChargingState.Text = Properties.Strings.Charging;
|
labelChargingState.Text = "(" + Properties.Strings.Charging + ")";
|
||||||
labelProfile.Text = Properties.Strings.Profile;
|
labelProfile.Text = Properties.Strings.Profile;
|
||||||
|
|
||||||
InitTheme();
|
InitTheme();
|
||||||
|
|||||||
Reference in New Issue
Block a user