diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-26 19:04:03 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-26 19:04:03 +0200 |
| commit | 686c65be92092d6f1341f6ba35b546513a45fb48 (patch) | |
| tree | 26c3373ed450ab19dc187670815089c0437bd39f | |
| parent | 21e44df6ddce1a666ec4a5530864e76c879cbb58 (diff) | |
Whitespace
| -rw-r--r-- | po/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index cf940ab..7483440 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -31,11 +31,11 @@ IF ( DEFINED $ENV{LINGUAS} ) MESSAGE ( "LINGUAS variable is set but no coresponding availible translations found. Installing none" ) ENDIF ( ${_install} ) ELSE ( $ENV{LINGUAS} ) - MESSAGE ( "LINGUAS variable is empty so no languages will be installed" + MESSAGE ( "LINGUAS variable is empty so no languages will be installed" ) ENDIF ( $ENV{LINGUAS} ) ELSE ( DEFINED $ENV{LINGUAS} ) # all languages - MESSAGE ( "Installing all available languages." + MESSAGE ( "Installing all available languages." ) FILE ( GLOB _po_files *.po ) ENDIF ( DEFINED $ENV{LINGUAS} ) SET ( _gmoFiles ) |