From 1890dffb57357c922fa33409003d6b42b17241d0 Mon Sep 17 00:00:00 2001 From: rboren Date: Sun, 25 Apr 2004 02:03:32 +0000 Subject: [PATCH] Mark strings for translation. git-svn-id: http://svn.automattic.com/wordpress/trunk@1162 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-head.php | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/wp-admin/options-head.php b/wp-admin/options-head.php index 73a3a38a07..5388c790cd 100644 --- a/wp-admin/options-head.php +++ b/wp-admin/options-head.php @@ -1,7 +1,7 @@ -
  • General
  • -
  • Writing
  • -
  • Reading
  • -
  • Discussion
  • -
  • Miscellaneous
  • -
  • Permalinks
  • - $groups - -END; +
  • ' . __('General') . '
  • +
  • ' . __('Writing') . '
  • +
  • ' . __('Reading') . '
  • +
  • ' . __('Discussion') . '
  • +
  • ' . __('Miscellaneous') . '
  • +
  • ' . __('Permalinks') . '
  • ' . + $groups . + ''; $sublines = split("\n", $submenu); $_SERVER['REQUEST_URI'] = str_replace('?updated=true', '', $_SERVER['REQUEST_URI']); @@ -46,5 +45,5 @@ foreach ($sublines as $subline) {
    -

    Options saved.

    +

    \ No newline at end of file