X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fhud_config.qc;h=ec07ee4095a30e3c1c462f25fae034882e87b123;hb=e87123e5fba23f7a8907e6fbab241c5eec5be168;hp=a1f1cc7ecfd6d7e069b4a2d5d90f41a8b4810a14;hpb=7e474d576080259e21690de30778b17029b5c0f2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud/hud_config.qc b/qcsrc/client/hud/hud_config.qc index a1f1cc7ec..ec07ee409 100644 --- a/qcsrc/client/hud/hud_config.qc +++ b/qcsrc/client/hud/hud_config.qc @@ -239,11 +239,11 @@ void HUD_Panel_ExportCfg(string cfgname) HUD_Write("menu_sync\n"); // force the menu to reread the cvars, so that the dialogs are updated - LOG_INFOF(_("^2Successfully exported to %s! (Note: It's saved in data/data/)\n"), filename); + LOG_INFOF(_("^2Successfully exported to %s! (Note: It's saved in data/data/)"), filename); fclose(fh); } else - LOG_INFOF(_("^1Couldn't write to %s\n"), filename); + LOG_INFOF(_("^1Couldn't write to %s"), filename); } void HUD_Configure_Exit_Force()