locales -> message catalogs
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 3 Jun 2008 10:42:03 +0000 (11:42 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 3 Jun 2008 10:42:03 +0000 (11:42 +0100)
README

diff --git a/README b/README
index ce48e4e..9e188cb 100644 (file)
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ Run ./configure and look at the output for any missing packages.
 Then:
 
   make
 Then:
 
   make
-  make -C po     # if you want to rebuild the locales
+  make -C po     # if you want to rebuild the message catalogs
 
 The binaries are called things like 'virt-dmesg.opt' and located in
 the respective directories, so you could run them by doing:
 
 The binaries are called things like 'virt-dmesg.opt' and located in
 the respective directories, so you could run them by doing:
@@ -54,7 +54,8 @@ All the binaries understand the --help option to provide a summary of
 options.  All require virtual machines to run against, but most also
 offer a test mode (-t option).
 
 options.  All require virtual machines to run against, but most also
 offer a test mode (-t option).
 
-To install the binaries, man pages and locales, do this as root:
+To install the binaries, man pages and message catalogs, do this as
+root:
 
   make install
   make -C po install
\ No newline at end of file
 
   make install
   make -C po install
\ No newline at end of file