Skip to content

Commit e2bb090

Browse files
Update AndroidEditor.java
1 parent 9e57a33 commit e2bb090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mode/src/processing/mode/android/AndroidEditor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public void actionPerformed(ActionEvent e) {
149149
}
150150
});
151151

152-
return buildFileMenu(new JMenuItem[] { exportBundle, exportProject});
152+
return buildFileMenu(new JMenuItem[] {exportPackage, exportBundle, exportProject});
153153
}
154154

155155

@@ -544,7 +544,7 @@ public void startExportPackage(final String keyStorePassword) {
544544
new Thread() {
545545
public void run() {
546546
startIndeterminate();
547-
statusNotice(AndroidMode.getTextString("android_editor.status.exporting_bundle"));
547+
statusNotice(AndroidMode.getTextString("android_editor.status.exporting_package"));
548548
AndroidBuild build = new AndroidBuild(sketch, androidMode, appComponent);
549549
try {
550550
File projectFolder = build.exportPackage(keyStorePassword);

0 commit comments

Comments
 (0)