]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/generic.qc
Don't translate menu_cmd commands list (uninteresting commands for players and incons...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qc
index 5e339e85c4e90f6435540ce10e2c80bba225c2b9..929d3765345084e1e85917705e498417e46563c0 100644 (file)
@@ -409,7 +409,7 @@ void GenericCommand_restartnotifs(int request)
                        Destroy_All_Notifications();
                        CALL_ACCUMULATED_FUNCTION(RegisterNotifications);
                        #else
-                       LOG_INFO(_("Notification restart command only works with cl_cmd and sv_cmd."));
+                       LOG_INFO("Notification restart command only works with cl_cmd and sv_cmd.");
                        #endif
                        return;
                }