! [Staff List plugin] Fix the displayed name of the staff list in the package manager; shouldn't be 'SimpleDesk' at the start of the name seeing how it's in the SD plugins area of packman.
gruffen

gruffen commited on 2011-08-01 03:11:00
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -2,7 +2,7 @@
2 2
 <!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
3 3
 <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
4 4
 	<id>SimpleDeskTeam:staff_list</id>
5
-	<name>SimpleDesk Staff List</name>
5
+	<name>Staff List</name>
6 6
 	<version>1.0</version>
7 7
 	<type>sdplugin</type>
8 8
 	<install for="2.0">
9 9