]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Merge similar but not quite identical translated strings.
[wxWidgets.git] / src / unix / threadpsx.cpp
index 22fefee76d267440e3ab5aaa46abe801a26219f3..46d18578b26ccb4dd3dcc167394306a2a295113c 100644 (file)
@@ -815,7 +815,7 @@ void *wxThreadInternal::PthreadStart(wxThread *thread)
     int rc = pthread_setspecific(gs_keySelf, thread);
     if ( rc != 0 )
     {
-        wxLogSysError(rc, _("Cannot start thread: error writing TLS"));
+        wxLogSysError(rc, _("Cannot start thread: error writing TLS."));
 
         return (void *)-1;
     }