Consistent use of quotes

Most strings used single quotes, and a few used
opening backticks. Now it's single quotes everywhere.
This commit is contained in:
Amir E. Aharoni 2024-10-26 09:22:12 -04:00
parent cb16d3c331
commit 0d650217f4
3 changed files with 10 additions and 10 deletions

View file

@ -1076,7 +1076,7 @@ en:
man_made:
adit: "Adit"
advertising: "Advertising"
antenna: "Antenna"
antenna: "Antenna"
avalanche_protection: "Avalanche Protection"
beacon: "Beacon"
beam: "Beam"
@ -1763,14 +1763,14 @@ en:
one: "%{count} muted message"
other: "You have %{count} muted messages"
reply:
wrong_user: "You are logged in as `%{user}' but the message you have asked to reply to was not sent to that user. Please log in as the correct user in order to reply."
wrong_user: "You are logged in as '%{user}' but the message you have asked to reply to was not sent to that user. Please log in as the correct user in order to reply."
show:
title: "Read message"
reply_button: "Reply"
unread_button: "Mark as unread"
destroy_button: "Delete"
back: "Back"
wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please log in as the correct user in order to read it."
wrong_user: "You are logged in as '%{user}' but the message you have asked to read was not sent by or to that user. Please log in as the correct user in order to read it."
sent_message_summary:
destroy_button: "Delete"
heading:
@ -2826,14 +2826,14 @@ en:
with your ID in your user settings.
user_role:
filter:
not_a_role: "The string `%{role}' is not a valid role."
not_a_role: "The string '%{role}' is not a valid role."
already_has_role: "The user already has role %{role}."
doesnt_have_role: "The user does not have role %{role}."
not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
grant:
are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
are_you_sure: "Are you sure you want to grant the role '%{role}' to the user '%{name}'?"
revoke:
are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
are_you_sure: "Are you sure you want to revoke the role '%{role}' from the user '%{name}'?"
user_blocks:
model:
non_moderator_update: "Must be a moderator to create or update a block."