]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-6751 improve the usability of the page a bit.
authortjhunt <tjhunt>
Thu, 11 Sep 2008 11:07:04 +0000 (11:07 +0000)
committertjhunt <tjhunt>
Thu, 11 Sep 2008 11:07:04 +0000 (11:07 +0000)
admin/qtypes.php
lang/en_utf8/admin.php

index 7c10ea1826f342107be36240c9f6f589272b0895..4ca09341cdcc22f5621e745f3f54ae0bd6c33e3d 100644 (file)
             }
             if ($canviewreports) {
                 $row[] = '<a href="' . admin_url('/report/questioninstances/index.php?qtype=' . $qtypename) .
-                        '">' . $strcount . '</a>';
+                        '" title="' . get_string('showdetails', 'admin') . '">' . $strcount . '</a>';
             } else {
                 $strcount;
             }
             $row[] = '';
         } else {
             $row[] = '<a href="' . admin_url('qtypes.php?delete=' . $qtypename .
-                    '&amp;sesskey=' . sesskey()) . '">' . get_string('delete') . '</a>';
+                    '&amp;sesskey=' . sesskey()) . '" title="' .
+                    get_string('uninstallqtype', 'admin') . '">' . get_string('delete') . '</a>';
         }
 
         // Settings link, if available.
index 4ac976ed3166d1d340b39ba7c47bbd4c3ce55de9..b50297b6ef7987419e4220862a4724ef06768e2e 100644 (file)
@@ -732,6 +732,7 @@ $string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is rec
 $string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode.  If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).';
 $string['uninstall'] = 'Uninstall selected language pack';
 $string['uninstallconfirm'] = 'You are about to completely uninstall language pack $a, are you sure?';
+$string['uninstallqtype'] = 'Uninstall this question type.';
 $string['unsupported'] = 'Unsupported';
 $string['updateaccounts'] = 'Update existing accounts';
 $string['updatecomponent'] = 'Update Component';