Skip to content

Commit

Permalink
fix typo (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Jul 20, 2023
1 parent 959ddb8 commit f36ed38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rta.context.menu.table.delete=Delete table
rta.context.menu.table.column.before=Add column before
rta.context.menu.table.column.after=Add column after
rta.context.menu.table.column.delete=Delete column
rta.context.menu.table.row.above=Add column before
rta.context.menu.table.row.below=Add column after
rta.context.menu.table.row.delete=Delete column
rta.context.menu.table.row.above=Add row before
rta.context.menu.table.row.below=Add row after
rta.context.menu.table.row.delete=Delete row

0 comments on commit f36ed38

Please sign in to comment.