From: Jan Schneider Date: Mon, 16 Aug 2010 16:43:39 +0000 (+0200) Subject: MFB: Not sure if this is always correct, but more correct than using UTF-8 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4d7ae3762100ffe8a57cc02101bebe3899efd8a7;p=horde.git MFB: Not sure if this is always correct, but more correct than using UTF-8 descriptions. --- diff --git a/ansel/xppublish.php b/ansel/xppublish.php index 975b63da8..5ebd4abc2 100644 --- a/ansel/xppublish.php +++ b/ansel/xppublish.php @@ -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;