Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

criminal records ftl fix #1661

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ criminal-records-console-suspected = {$officer} marked {$name} ({$job}) as suspi
criminal-records-console-not-suspected = {$name} ({$job}) has been cleared of suspicion by {$officer}.
criminal-records-console-detained = {$name} ({$job}) has been detained by {$officer}.
criminal-records-console-released = {$name} ({$job}) has been released by {$officer}.
criminal-records-console-not-wanted = {$officer} cleared the wanted status of {$name} ($job).
criminal-records-console-not-wanted = {$officer} cleared the wanted status of {$name} ({$job}).
criminal-records-console-paroled = {$name} ({$job}) has been released on parole by {$officer}.
criminal-records-console-not-parole = {$officer} cleared the parole status of {$name} ({$job}).
criminal-records-console-unknown-officer = <unknown>
Expand Down
Loading