MFB: Not sure if this is always correct, but more correct than using UTF-8
authorJan Schneider <jan@horde.org>
Mon, 16 Aug 2010 16:43:39 +0000 (18:43 +0200)
committerJan Schneider <jan@horde.org>
Mon, 16 Aug 2010 21:57:53 +0000 (23:57 +0200)
descriptions.

ansel/xppublish.php

index 975b63d..5ebd4ab 100644 (file)
@@ -17,7 +17,7 @@ if (empty($cmd)) {
     $publisher->sendRegFile(
         $registry->getApp() . '-' . $conf['server']['name'],
         $registry->get('name'),
-        sprintf(_("Publish your photos to %s on %s."), $registry->get('name'), $conf['server']['name']),
+        Horde_String::convertCharset(sprintf(_("Publish your photos to %s on %s."), $registry->get('name'), $conf['server']['name']), $registry->getCharset(), $registry->getCharset(true)),
         Horde::applicationUrl('xppublish.php', true, -1)->add('cmd', 'publish'),
         Horde::url(Horde_Themes::img('favicon.ico'), true, -1));
     exit;