From 10c9c111e8c08dafd33286d645436232c1484a0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 11 Apr 2005 22:52:02 +0000 Subject: [PATCH] * Changing the names for brevity and to make them more generic, e.g. Search resaults => Search; Math rendering => Math.. --- languages/Language.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index ba40cf6a44..ffa19901b9 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -852,7 +852,7 @@ See [[Project:User preferences help]] for help deciphering the options.", 'qbsettings' => 'Quickbar settings', 'changepassword' => 'Change password', 'skin' => 'Skin', -'math' => 'Math rendering', +'math' => 'Math', 'dateformat' => 'Date format', 'math_failure' => 'Failed to parse', 'math_unknown_error' => 'unknown error', @@ -864,8 +864,8 @@ See [[Project:User preferences help]] for help deciphering the options.", 'math_bad_output' => 'Can\'t write to or create math output directory', 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.', 'prefs-personal' => 'User data', -'prefs-rc' => 'Recent changes and stub display', -'prefs-misc' => 'Misc settings', +'prefs-rc' => 'Recent changes & stubs', +'prefs-misc' => 'Misc', 'saveprefs' => 'Save preferences', 'resetprefs' => 'Reset preferences', 'oldpassword' => 'Old password', @@ -874,7 +874,7 @@ See [[Project:User preferences help]] for help deciphering the options.", 'textboxsize' => 'Editing', 'rows' => 'Rows', 'columns' => 'Columns', -'searchresultshead' => 'Search results', +'searchresultshead' => 'Search', 'resultsperpage' => 'Hits to show per page', 'contextlines' => 'Lines to show per hit', 'contextchars' => 'Characters of context per line', -- 2.20.1