mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
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:
parent
887bae3aa9
commit
acdb36bd39
@ -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
|
||||
|
||||
@ -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>&Use server's keyboard language on this machines </string>
|
||||
<string>&Use server's keyboard language on this machine</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user