]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Singleplayer window: let's keep "Singleplayer" as title for now
authorterencehill <piuntn@gmail.com>
Wed, 8 Jan 2025 14:57:12 +0000 (15:57 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 8 Jan 2025 14:57:12 +0000 (15:57 +0100)
qcsrc/menu/xonotic/dialog_singleplayer.qh

index a7a5bca8a0a0567a23d8f7dceb6ecdf107cf56da..4571e5de690848e8208d33a615c734c6209e7a5c 100644 (file)
@@ -3,7 +3,7 @@
 #include "dialog.qh"
 CLASS(XonoticSingleplayerDialog, XonoticDialog)
        METHOD(XonoticSingleplayerDialog, fill, void(entity));
-       ATTRIB(XonoticSingleplayerDialog, title, string, _("Singleplayer / Guide"));
+       ATTRIB(XonoticSingleplayerDialog, title, string, _("Singleplayer"));
        ATTRIB(XonoticSingleplayerDialog, tooltip, string, _("Play the singleplayer campaign or instant action matches against bots, or read the guide"));
        ATTRIB(XonoticSingleplayerDialog, color, vector, SKINCOLOR_DIALOG_SINGLEPLAYER);
        ATTRIB(XonoticSingleplayerDialog, intendedWidth, float, 0.80);