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
c3b1af8fab
commit
6a241da85a
|
@ -1248,9 +1248,9 @@ base = Base:
|
|||
name = Name:
|
||||
modified = {} (Modified)
|
||||
deleting_layout = Deleting Layout
|
||||
deleting_layout_confirmation = Are you sure you want to delete the layout '{}'?
|
||||
restoring_layout = "Restoring Layout"
|
||||
restoring_layout_confirmation = Are you sure you want to restore the {} layout?"
|
||||
deleting_layout_confirmation = Are you sure you want to delete the '{}' layout?
|
||||
restoring_layout = Restoring Layout
|
||||
restoring_layout_confirmation = Are you sure you want to restore the '{}' layout?
|
||||
|
||||
[dock]
|
||||
left = Dock Left
|
||||
|
|
Loading…
Reference in New Issue