Skip to content

Commit

Permalink
Changed menu names to use pack/unpack
Browse files Browse the repository at this point in the history
: Menu item: Pack and delete project

Task-Url: #5
  • Loading branch information
briacp committed Jun 26, 2020
1 parent cc3ca53 commit 3a5eeb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/omt-package.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# **************************************************************************/
omt.menu.import=Import OMT package...
omt.menu.export=Export OMT package...
omt.menu.export.delete=Export OMT and delete project...
omt.menu.import=Unpack project from OMT file...
omt.menu.export=Pack project as OMT file...
omt.menu.export.delete=Pack and delete project...
omt.chooser.import=Select the OMT package to import
omt.chooser.export=Select location and name of the OMT export
omt.chooser.filter=OMT Package file
Expand Down

0 comments on commit 3a5eeb7

Please sign in to comment.