🌍 Rename PerceptionExpander nested settings' names

* Removed "Perception expander" part from nested settings (e.g. Perception expander line thickness -> Line thickness)
This commit is contained in:
Acclorite 2024-12-25 11:16:42 +02:00
parent 1bc4dcf6a9
commit d7c3e2b4e1
2 changed files with 4 additions and 4 deletions

View file

@ -257,8 +257,8 @@
<string name="perception_expander_option_desc"> <string name="perception_expander_option_desc">
Збільшіть швидкість вашого читання фокусуючись на середині Збільшіть швидкість вашого читання фокусуючись на середині
</string> </string>
<string name="perception_expander_padding_option">Відступи лінії розширення сприйняття</string> <string name="perception_expander_padding_option">Відступи лінії</string>
<string name="perception_expander_thickness_option">Товщина лінії розширення сприйняття</string> <string name="perception_expander_thickness_option">Товщина лінії</string>
<string name="check_for_text_update_option">Перевіряти на оновлення тексту</string> <string name="check_for_text_update_option">Перевіряти на оновлення тексту</string>
<string name="check_for_text_update_option_desc">Автоматично перевіряти чи є оновлення тексту</string> <string name="check_for_text_update_option_desc">Автоматично перевіряти чи є оновлення тексту</string>
<string name="check_for_text_update_toast_option">Показувати повідомлення \"текст актуальний\"</string> <string name="check_for_text_update_toast_option">Показувати повідомлення \"текст актуальний\"</string>

View file

@ -258,8 +258,8 @@
<string name="perception_expander_option_desc"> <string name="perception_expander_option_desc">
Increase your reading speed by focusing on center Increase your reading speed by focusing on center
</string> </string>
<string name="perception_expander_padding_option">Perception expander line padding</string> <string name="perception_expander_padding_option">Line padding</string>
<string name="perception_expander_thickness_option">Perception expander line thickness</string> <string name="perception_expander_thickness_option">Line thickness</string>
<string name="check_for_text_update_option">Check for text update</string> <string name="check_for_text_update_option">Check for text update</string>
<string name="check_for_text_update_option_desc">Automatically check whether there is text update</string> <string name="check_for_text_update_option_desc">Automatically check whether there is text update</string>
<string name="check_for_text_update_toast_option">Show \"text is up-to-date\" toast</string> <string name="check_for_text_update_toast_option">Show \"text is up-to-date\" toast</string>