r20094 by craig - Fix documentation regarding the language string separator

scribus-commit scribus-commit at lists.scribus.net
Tue May 19 08:09:31 UTC 2015


Author: craig
Date: Tue May 19 08:09:31 2015
New Revision: 20094

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20094
Log:
Fix documentation regarding the language string separator

Modified:
    trunk/Scribus/resources/translations/CMakeLists.txt

Modified: trunk/Scribus/resources/translations/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20094&path=/trunk/Scribus/resources/translations/CMakeLists.txt
==============================================================================
--- trunk/Scribus/resources/translations/CMakeLists.txt (original)
+++ trunk/Scribus/resources/translations/CMakeLists.txt Tue May 19 08:09:31 2015
@@ -8,7 +8,7 @@
 FILE( GLOB SCRIBUS_TS_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.ts )
 MESSAGE(STATUS ${CMAKE_CURRENT_SOURCE_DIR})
 
-#Bit of a hack, preprocess all the filenames to generate our language string, needed for -DWANT_GUI_LANG=en_GB,de_DE , etc
+#Bit of a hack, preprocess all the filenames to generate our language string, needed for -DWANT_GUI_LANG=en_GB;de_DE , etc
 FOREACH(TS_FILEPATH ${SCRIBUS_TS_FILES})
   GET_FILENAME_COMPONENT(TS_FILENAME ${TS_FILEPATH} NAME)
   STRING(REGEX MATCH "\\.([0-9a-zA-Z_]*)\\." LANGSTR ${TS_FILENAME})




More information about the scribus-commit mailing list