mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 01:15:12 -04:00
[loc] fix additional right-to-left issues
* Fix mishandling of spaces after period, comma, colon, etc. * Fix Test/Alpha notifications not displaying properly in RTL mode * Part of #621
This commit is contained in:
parent
5e85d4e47a
commit
805d44a5b8
8 changed files with 38 additions and 29 deletions
|
@ -47,6 +47,7 @@
|
|||
#define LEFT_TO_RIGHT_EMBEDDING ""
|
||||
#define RIGHT_TO_LEFT_EMBEDDING ""
|
||||
#define POP_DIRECTIONAL_FORMATTING ""
|
||||
#define RIGHT_TO_LEFT_OVERRIDE ""
|
||||
#define DRIVE_ACCESS_TIMEOUT 15000 // How long we should retry drive access (in ms)
|
||||
#define DRIVE_ACCESS_RETRIES 60 // How many times we should retry
|
||||
#define DRIVE_INDEX_MIN 0x00000080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue