mirror of https://github.com/aseprite/aseprite.git
Fix some strings
From https://github.com/aseprite/aseprite/pull/3485#pullrequestreview-2824195211
This commit is contained in:
parent
c8ae1017b3
commit
34aae80eab
|
@ -1249,9 +1249,9 @@ base = Base:
|
||||||
name = Name:
|
name = Name:
|
||||||
modified = {} (Modified)
|
modified = {} (Modified)
|
||||||
deleting_layout = Deleting Layout
|
deleting_layout = Deleting Layout
|
||||||
deleting_layout_confirmation = Are you sure you want to delete the layout '{}'?
|
deleting_layout_confirmation = Are you sure you want to delete the '{}' layout?
|
||||||
restoring_layout = "Restoring Layout"
|
restoring_layout = Restoring Layout
|
||||||
restoring_layout_confirmation = Are you sure you want to restore the {} layout?"
|
restoring_layout_confirmation = Are you sure you want to restore the '{}' layout?
|
||||||
|
|
||||||
[dock]
|
[dock]
|
||||||
left = Dock Left
|
left = Dock Left
|
||||||
|
|
Loading…
Reference in New Issue