]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications/all.qh
Don't translate menu_cmd commands list (uninteresting commands for players and incons...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications / all.qh
index 0c23677ca903c1b35a675fb6e2b475c9d79fab76..5a7b0af0f3f76c356c8ae37a5ce94e113f771497 100644 (file)
@@ -193,7 +193,7 @@ GENERIC_COMMAND(dumpnotifs, "Dump all notifications into " DEFAULT_FILENAME, fal
                                LOG_INFOF("^1Error: ^7Could not open file '%s'!", filename);
                        }
                        #else
-                       LOG_INFO(_("Notification dump command only works with cl_cmd and sv_cmd."));
+                       LOG_INFO("Notification dump command only works with cl_cmd and sv_cmd.");
                        #endif
                        return;
                }