SYNERGY-907 Client tray language switcher reverts to EN (#7011)

* SYNERGY-907 Client tray language switcher reverts to EN
*Fix checkbox spelling

* SYNERGY-907 Client tray language switcher reverts to EN
*Update changelog

Co-authored-by: Andrii Batyiev <andrii-external@symless.com>
This commit is contained in:
Andrey Batyiev 2021-05-21 15:20:47 +03:00 committed by GitHub
parent 887bae3aa9
commit acdb36bd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ Bug fixes:
- #7005 Fix User is not able to connect to server using ipv6 without wrapping IP in square quotes
- #7009 Clipboard sharing doesn't work on Linux system
- #7010 Fix Ubuntu 16.04 pipeline in Azure
- #7011 Fix language synchronisation checkbox spelling
Enhancements:
- #6954 Move language selection to advanced section

View File

@ -343,7 +343,7 @@ background-color: rgba(192,192,192, 0.1);
<item row="1" column="0" colspan="3">
<widget class="QCheckBox" name="m_pCheckBoxLanguageSync">
<property name="text">
<string>&amp;Use server's keyboard language on this machines </string>
<string>&amp;Use server's keyboard language on this machine</string>
</property>
</widget>
</item>