-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QActions: Rename QActions of Add <X> to Append <X> (#136)
* MainWindow: Rename QActions of Add <X> to Append <X> This patch renames all QActions instances in MainWindow from Add Frame/Tile/Megatile to Append Frame/Tile/Megatile, this way it's more clearer for the user, since "Insert" option is already "adding" images, thus "Add" right now seems to be too ambiguous. * CelView: Rename QActions of Add Frame to Append Frame This patch renames all QActions instances in CelView from Add Frame to Ap Frame, this way it's more clearer for the user, since "Insert" option is already "adding" images, thus "Add" right now seems to be too ambiguous. * LevelCelView: Rename QActions of Add <X> to Append <X> This patch renames all QActions instances in LevelCelView from Add Frame/Tile/MegaTile to Append Frame/Tile/MegaTile, this way it's more clearer for the user, since "Insert" option is already "adding" images, thus "Add" right now seems to be too ambiguous.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters