diff --git a/osu.Game/Localisation/EditorStrings.cs b/osu.Game/Localisation/EditorStrings.cs
index 70392d5c83..07b4dddc05 100644
--- a/osu.Game/Localisation/EditorStrings.cs
+++ b/osu.Game/Localisation/EditorStrings.cs
@@ -40,9 +40,14 @@ namespace osu.Game.Localisation
public static LocalisableString ExportPackage => new TranslatableString(getKey(@"export_package"), @"Export package");
///
- /// "Export legacy package"
+ /// "Legacy format (.osz)"
///
- public static LocalisableString ExportLegacyPackage => new TranslatableString(getKey(@"export_legacy_package"), @"Export legacy package");
+ public static LocalisableString ExportLegacyFormat => new TranslatableString(getKey(@"export_legacy_format"), @"Legacy format (.osz)");
+
+ ///
+ /// "New format (.olz)"
+ ///
+ public static LocalisableString ExportNewFormat => new TranslatableString(getKey(@"export_new_format"), @"New format (.olz)");
///
/// "Create new difficulty"
diff --git a/osu.Game/Screens/Edit/Editor.cs b/osu.Game/Screens/Edit/Editor.cs
index a48c57f991..16cd7768fa 100644
--- a/osu.Game/Screens/Edit/Editor.cs
+++ b/osu.Game/Screens/Edit/Editor.cs
@@ -998,8 +998,7 @@ namespace osu.Game.Screens.Edit
private List