Remove redundant quotes
This commit is contained in:
parent
8d81bc8ec0
commit
bf4e574a1f
1 changed files with 4 additions and 4 deletions
|
|
@ -237,14 +237,14 @@ moved = Moved {$items} {$items ->
|
|||
[one] item
|
||||
*[other] items
|
||||
} from "{$from}" to "{$to}"
|
||||
permanently-deleting = Permanently deleting "{$items}" "{$items ->
|
||||
permanently-deleting = Permanently deleting {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
}"
|
||||
permanently-deleted = Permanently deleted "{$items}" "{$items ->
|
||||
}
|
||||
permanently-deleted = Permanently deleted {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
}"
|
||||
}
|
||||
renaming = Renaming "{$from}" to "{$to}"
|
||||
renamed = Renamed "{$from}" to "{$to}"
|
||||
restoring = Restoring {$items} {$items ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue