1diff --git a/src/hello.c b/src/hello.c
2index 182303c..453962f 100644
3--- a/src/hello.c
4+++ b/src/hello.c
5@@ -57,7 +57,7 @@ main (int argc, char *argv[])
6 #endif
7
8 /* Having initialized gettext, get the default message. */
9- greeting_msg = _("Hello, world!");
10+ greeting_msg = _("Hello, incremental world!");
11
12 /* Even exiting has subtleties. On exit, if any writes failed, change
13 the exit status. The /dev/full device on GNU/Linux can be used for
14diff --git a/tests/hello-1 b/tests/hello-1
15index 3b7a815..e15fa95 100755
16--- a/tests/hello-1
17+++ b/tests/hello-1
18@@ -21,7 +21,7 @@ export LANGUAGE LC_ALL LC_MESSAGES LANG
19
20 tmpfiles="hello-test1.ok"
21 cat <<EOF > hello-test1.ok
22-Hello, world!
23+Hello, incremental world!
24 EOF
25
26 tmpfiles="$tmpfiles hello-test1.out"