Fix `search` ftl conflict

i18n
Michal S 2 years ago
parent fa09199606
commit 18363f6866
No known key found for this signature in database
GPG Key ID: 52F8801FC912EB4F

@ -149,7 +149,7 @@ config-docs = # See https://getcryst.al/docs/amethyst/config for more informatio
# internal::paging
quit = quit
search = search
search-paging = search
next-result = next result
previous-result = previous result

@ -15,7 +15,7 @@ pub fn page_string<S: ToString>(content: S) -> AppResult<()> {
+ &format!(
" | Q: {} | /: {} | n: {} | p: {}",
fl!("quit"),
fl!("search"),
fl!("search-paging"),
fl!("next-result"),
fl!("previous-result")
),

Loading…
Cancel
Save