Fix overcapitalisation in reshare strings.
This commit is contained in:
parent
e88c151031
commit
986306f03c
1 changed files with 5 additions and 5 deletions
|
|
@ -585,11 +585,11 @@ en:
|
|||
reshare:
|
||||
reshare:
|
||||
zero: "Reshare"
|
||||
one: "1 Reshare"
|
||||
few: "%{count} Reshares"
|
||||
many: "%{count} Reshares"
|
||||
other: "%{count} Reshares"
|
||||
show_original: "Show Original"
|
||||
one: "1 reshare"
|
||||
few: "%{count} reshares"
|
||||
many: "%{count} reshares"
|
||||
other: "%{count} reshares"
|
||||
show_original: "Show original"
|
||||
reshare_confirmation: "Reshare %{author} - %{text}?"
|
||||
deleted: "Original post deleted by author."
|
||||
create:
|
||||
|
|
|
|||
Loading…
Reference in a new issue