Skip to content

Commit

Permalink
Add comment spaces at culture.dm file
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene authored Nov 16, 2023
1 parent e40175c commit d536b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preference_setup/background/01_culture.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
for(var/token in tokens)
var/singleton/cultural_info/culture = SSculture.get_culture(pref.cultural_info[token])
// [SIERRA-EDIT] - EXPANDED_CULTURE_DESCRIPTOR - Сокращение html-строки для нормальной работы переопределения get_description; перевод буков
//var/title = "<a href='?src=\ref[src];expand_options_[token]=1'>[tokens[token]]</a><b>- </b>[pref.cultural_info[token]]" // SIERRA-EDIT - ORIGINAL
//var/append_text = "<a href='?src=\ref[src];toggle_verbose_[token]=1'>[hidden[token] ? "Expand" : "Collapse"]</a>" // SIERRA-EDIT - ORIGINAL
// var/title = "<a href='?src=\ref[src];expand_options_[token]=1'>[tokens[token]]</a><b>- </b>[pref.cultural_info[token]]" // SIERRA-EDIT - ORIGINAL
// var/append_text = "<a href='?src=\ref[src];toggle_verbose_[token]=1'>[hidden[token] ? "Expand" : "Collapse"]</a>" // SIERRA-EDIT - ORIGINAL
var/title = "<a href='?src=\ref[src];expand_options_[token]=1'>[tokens[token]]</a><b>- </b>"
var/append_text = "<a href='?src=\ref[src];toggle_verbose_[token]=1'>[hidden[token] ? "Расширить" : "Скрыть"]</a>"
// [SIERRA-EDIT]
Expand Down

0 comments on commit d536b5f

Please sign in to comment.