chore(input): typo in static variable name
This commit is contained in:
parent
a940bef647
commit
1bf1b39bff
3 changed files with 5 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ mod mouse;
|
|||
mod touchpad;
|
||||
|
||||
crate::cache_dynamic_lazy! {
|
||||
static ACCELERAION_DESC: String = fl!("acceleration-desc");
|
||||
static ACCELERATION_DESC: String = fl!("acceleration-desc");
|
||||
static DISABLE_WHILE_TYPING: String = fl!("disable-while-typing");
|
||||
static PRIMARY_BUTTON: String = fl!("primary-button");
|
||||
static SCROLLING_NATURAL_DESC: String = fl!("scrolling", "natural-desc");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue