Skip to content

Commit

Permalink
Remove experimental from the package exporter (Mudlet#5380)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Aug 20, 2021
1 parent 88f64f8 commit 6d96794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mudlet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ mudlet::mudlet()
mpActionModuleManager->setIcon(QIcon(QStringLiteral(":/icons/module-manager.png")));
mpActionModuleManager->setObjectName(QStringLiteral("module_manager"));

mpActionPackageExporter = new QAction(tr("Package Exporter (experimental)"), this);
mpActionPackageExporter = new QAction(tr("Package Exporter"), this);
mpActionPackageExporter->setIcon(QIcon(QStringLiteral(":/icons/package-exporter.png")));
mpActionPackageExporter->setObjectName(QStringLiteral("package_exporter"));

Expand Down
2 changes: 1 addition & 1 deletion src/ui/dlgPackageExporter.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</size>
</property>
<property name="windowTitle">
<string>Package Exporter (experimental)</string>
<string>Package Exporter</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
</action>
<action name="dactionPackageExporter">
<property name="text">
<string>Package exporter (experimental)</string>
<string>Package exporter</string>
</property>
<property name="toolTip">
<string>&lt;p&gt;Gather and bundle up collections of Mudlet Lua items and other reasources into a module.&lt;/p&gt;</string>
Expand Down

0 comments on commit 6d96794

Please sign in to comment.