From: ikawhero Date: Thu, 9 Nov 2006 03:51:16 +0000 (+0000) Subject: Fixed typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a2c07cfed1925714be2dcc98a82c6770b493f6c7;p=moodle.git Fixed typo --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 80c85b0c4f..e6121b0a8b 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -416,7 +416,7 @@ $string['stickyblocksduplicatenotice'] = 'If any block you add here is already p $string['stickyblocksmymoodle'] = 'My moodle'; $string['stickyblockspagetype'] = 'Page type to configure'; $string['systempaths'] = 'System Paths'; -$string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tag be placed at the front'; +$string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tab be placed at the front'; $string['tabselectedtofronttext'] = 'Bring selected tab row to front'; $string['themelist'] = 'Theme list'; $string['themeselector'] = 'Theme Selector';