Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
re #7 - remove com_messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati Kochen authored and ercanozkaya committed Jun 17, 2015
1 parent 7ac56c5 commit 2e297a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ ALTER TABLE `#__finder_types` ENGINE=InnoDB;
ALTER TABLE `#__languages` ENGINE=InnoDB;
ALTER TABLE `#__menu` ENGINE=InnoDB;
ALTER TABLE `#__menu_types` ENGINE=InnoDB;
ALTER TABLE `#__messages` ENGINE=InnoDB;
ALTER TABLE `#__messages_cfg` ENGINE=InnoDB;
ALTER TABLE `#__modules` ENGINE=InnoDB;
ALTER TABLE `#__modules_menu` ENGINE=InnoDB;
ALTER TABLE `#__overrider` ENGINE=InnoDB;
Expand Down
5 changes: 0 additions & 5 deletions administrator/language/en-GB/en-GB.mod_status.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_ADMIN_DESC="Show the number of users logged
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_ADMIN_LABEL="Show logged-in backend users"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_DESC="Show the number of users logged-in for both frontend site and backend control panel"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_LABEL="Show logged-in users"
MOD_STATUS_FIELD_SHOW_MESSAGES_DESC="Show the messages count for the current user's inbox"
MOD_STATUS_FIELD_SHOW_MESSAGES_LABEL="Show messages"
MOD_STATUS_LOG_OUT="Log out"
MOD_STATUS_MESSAGES_0="%d Messages"
MOD_STATUS_MESSAGES_1="%d Message"
MOD_STATUS_MESSAGES_MORE="%d Messages"
MOD_STATUS_USERS_0="Visitors"
MOD_STATUS_USERS_1="Visitor"
MOD_STATUS_USERS_MORE="Visitors"
Expand Down

0 comments on commit 2e297a7

Please sign in to comment.