Index: panels_page/panels_page.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/panels_page/panels_page.module,v
retrieving revision 1.1.2.68
diff -u -p -r1.1.2.68 panels_page.module
--- panels_page/panels_page.module	5 Aug 2008 11:42:03 -0000	1.1.2.68
+++ panels_page/panels_page.module	25 Mar 2009 19:58:18 -0000
@@ -509,6 +509,7 @@ function panels_page_access($panel_page,
  */
 function panels_page_get_title($panel_page, $context = 'page', $default_title = NULL) {
   $title = _panels_page_get_title($panel_page, $context, $default_title);
+  $title = t($title); // Translate it before the keyword replacement.
   if ($panel_page->keywords) {
     $title = strtr($title, $panel_page->keywords);
   }
