Skip to content

Commit

Permalink
tweak: translate synth_change_voice verb (#965)
Browse files Browse the repository at this point in the history
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то
может пойти не так. -->
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. -->

## Что этот PR делает

Перевод имени вёрба synth_change_voice
  • Loading branch information
Gaxeer authored Jan 28, 2024
1 parent ea1d509 commit 703b830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/text_to_speech/code/tts_seed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
ert_member.change_voice(src.mob)

/mob/living/silicon/verb/synth_change_voice()
set name = "Change Voice"
set name = "Смена голоса"
set desc = "Express yourself!"
set category = "Subsystems"
set category = "Подсистемы"
change_voice()

/atom/proc/get_converted_tts_seed_gender()
Expand Down

0 comments on commit 703b830

Please sign in to comment.