]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make Centerprint Panel title coherent with other panel dialogs
authorterencehill <piuntn@gmail.com>
Fri, 5 Dec 2014 23:07:55 +0000 (00:07 +0100)
committerterencehill <piuntn@gmail.com>
Fri, 5 Dec 2014 23:07:55 +0000 (00:07 +0100)
qcsrc/menu/xonotic/dialog_hudpanel_centerprint.c

index c4eea2eea643f97661d7eb0348089dc995eaf82f..0c729596aafebfc3b41b0d1950b2226fd4d8defb 100644 (file)
@@ -1,7 +1,7 @@
 #ifdef INTERFACE
 CLASS(XonoticHUDCenterprintDialog) EXTENDS(XonoticRootDialog)
        METHOD(XonoticHUDCenterprintDialog, fill, void(entity))
-       ATTRIB(XonoticHUDCenterprintDialog, title, string, _("Centerprint"))
+       ATTRIB(XonoticHUDCenterprintDialog, title, string, _("Centerprint Panel"))
        ATTRIB(XonoticHUDCenterprintDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT)
        ATTRIB(XonoticHUDCenterprintDialog, intendedWidth, float, 0.4)
        ATTRIB(XonoticHUDCenterprintDialog, rows, float, 15)