summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrivers <chrivers@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-07-17 23:27:19 +0000
committerchrivers <chrivers@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-07-17 23:27:19 +0000
commit651064c175d48844f7f3e1744a74998391413132 (patch)
treee715461a75ef84f1504b3bce797d76366a87b4d2
parent635fe8c81441966ddc061a3e3d5d8dced31b5df5 (diff)
downloadfpc-fixes_2_0.tar.gz
* Fixed: "cg_f_unknown_compilerproc" should be "cg_f_unknown_compiler"fixes_2_0
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_2_0@11393 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/msg/errorda.msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msg/errorda.msg b/compiler/msg/errorda.msg
index ac579fc0c5..f32daa3426 100644
--- a/compiler/msg/errorda.msg
+++ b/compiler/msg/errorda.msg
@@ -1578,7 +1578,7 @@ cg_e_continue_not_allowed=06045_E_CONTINUE ikke tilladt uden for løkke-erklæri
#
# 07097 is the last used one
#
-cg_f_unknown_compilerproc=06046_F_Ukendt compilerfunktion "$1". Undersøg om du bruger det korrekt køretidsbibliotek.
+cg_f_unknown_compiler=06046_F_Ukendt compilerfunktion "$1". Undersøg om du bruger det korrekt køretidsbibliotek.
% The compiler expects that the runtime library contains some subrountines. If you see this error
% and you didn't mess with the runtime library, it's very likely that the runtime library
% you're using doesn't match the used compiler. If you changed the runtime library this error means