Changeset 637 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Dec 11, 2013, 1:44:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r636 r637 176 176 '</fieldset>'. 177 177 '</form>'; 178 } else $Output = ShowMessage( 'Položka nenalezena', MESSAGE_CRITICAL);178 } else $Output = ShowMessage(T('Item not found'), MESSAGE_CRITICAL); 179 179 } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL); 180 180 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.