aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-05 07:39:48 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-05 07:39:48 +1000
commit91c745e4b5c5b6d231e11b7e90f02f69c96023b7 (patch)
treec5712b57ce49b67bbc5ae29453ecbf6aa720aa97 /builtin.c
parent7d7334988930f45d9772257968982c6fa0381b20 (diff)
Add the possibility to set the cursor position using the commandline builtin
darcs-hash:20061004213948-ac50b-3f673edeb01390bb3f280812d90bc8469f2f8ba8.gz
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 94ce9399..caceef30 100644
--- a/builtin.c
+++ b/builtin.c
@@ -2296,7 +2296,7 @@ static int builtin_fg( wchar_t **argv )
if( *end )
{
sb_printf( sb_err,
- _( L"%ls: Argument '%ls' is not a number\n" ),
+ BUILTIN_ERR_NOT_NUMBER,
argv[0],
argv[1] );
builtin_print_help( argv[0], sb_err );