mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
Unified menu indication text, add double quotation marks, such as: "File > Save As"
This commit is contained in:
parent
3fb1692cdd
commit
b62ecec3e1
@ -50,7 +50,7 @@ not_enough_transform_memory = Not enough memory to transform the selection
|
||||
not_enough_rotsprite_memory = Not enough memory for RotSprite
|
||||
cannot_modify_readonly_sprite = <<<END
|
||||
Cannot modify a read-only sprite.
|
||||
Use File > Save menu for more information.
|
||||
Use "File > Save" menu for more information.
|
||||
END
|
||||
|
||||
[alerts]
|
||||
@ -78,7 +78,7 @@ END
|
||||
cannot_file_overwrite_on_export = <<<END
|
||||
Overwrite Warning
|
||||
<<You cannot Export with the same name (overwrite the original file).
|
||||
<<Use File > Save As menu option in that case.
|
||||
<<Use "File > Save As" menu option in that case.
|
||||
||&OK
|
||||
END
|
||||
cannot_open_file = Problem<<Cannot open file:<<{0}||&OK
|
||||
@ -1618,9 +1618,9 @@ after deleting it.
|
||||
END
|
||||
auto_show_selection_edges = Show selection edges automatically when the selection is modified
|
||||
auto_show_selection_edges_tooltip = <<<END
|
||||
When checked, the View > Show > Selection Edges option will be enabled
|
||||
When checked, the "View > Show > Selection Edges" option will be enabled
|
||||
each time we modify the selection. Uncheck this in case that you want
|
||||
to keep selection edges hidden when View > Show > Selection Edges
|
||||
to keep selection edges hidden when "View > Show > Selection Edges"
|
||||
option is disabled, e.g. to avoid visual noise or performance issues.
|
||||
END
|
||||
move_edges = Allow moving selection edges
|
||||
@ -1750,7 +1750,7 @@ open_sequence_alert_no = No
|
||||
open_sequence_alert_yes = Yes
|
||||
file_format_doesnt_support_alert = Show warning when saving a file with unsupported features
|
||||
export_animation_in_sequence_alert = Show warning when saving an animation as a sequence of static images
|
||||
overwrite_files_on_export_alert = Show warning when overwriting files on File > Export
|
||||
overwrite_files_on_export_alert = Show warning when overwriting files on "File > Export"
|
||||
overwrite_files_on_export_sprite_sheet_alert = Show warning when overwriting files on Export Sprite Sheet
|
||||
delete_tilemap_delete_unused_tileset_alert = Show warning when deleting a tilemap will delete its unused tileset
|
||||
image_format_alerts = Show options when saving files:
|
||||
|
Loading…
Reference in New Issue
Block a user