Author: akv
Date: 2010-12-30 20:36:57 +0100 (Thu, 30 Dec 2010)
New Revision: 3755
Modified:
trunk/librawstudio/rs-lens-db-editor.c
Log:
Missing gettext.
Modified: trunk/librawstudio/rs-lens-db-editor.c
===================================================================
--- trunk/librawstudio/rs-lens-db-editor.c 2010-12-30 19:29:32 UTC (rev
3754)
+++ trunk/librawstudio/rs-lens-db-editor.c 2010-12-30 19:36:57 UTC (rev
3755)
@@ -657,7 +657,7 @@
g_mkdir(target, 0700);
if (!g_file_test(target, G_FILE_TEST_IS_DIR))
- return g_strdup("Could not create temporary directory.");
+ return g_strdup(_("Could not create temporary directory."));
CURL *curl = curl_easy_init();
GString *xml = g_string_new(NULL);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit