Skip to content

Commit 3bbc838

Browse files
committed
Fix capitalization of SuperTux in currently-unused string
[ci skip]
1 parent 92a459d commit 3bbc838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ Editor::setup()
811811
#if 0
812812
if (AddonManager::current()->is_old_addon_enabled()) {
813813
auto dialog = std::make_unique<Dialog>();
814-
dialog->set_text(_("Some obsolete add-ons are still active\nand might cause collisions with default Super Tux structure.\nYou can still enable these add-ons in the menu.\nDisabling these add-ons will not delete your game progress."));
814+
dialog->set_text(_("Some obsolete add-ons are still active\nand might cause collisions with the default SuperTux structure.\nYou can still enable these add-ons in the menu.\nDisabling these add-ons will not delete your game progress."));
815815
dialog->clear_buttons();
816816

817817
dialog->add_default_button(_("Disable add-ons"), [] {

0 commit comments

Comments
 (0)