Changeset 8488
- Timestamp:
- 08/14/10 20:36:05 (22 months ago)
- Location:
- trunk/core
- Files:
-
- 2 edited
-
lib/Foswiki/UI/Rename.pm (modified) (2 diffs)
-
templates/messages.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/UI/Rename.pm
r8470 r8488 164 164 $attachment, 165 165 $session->i18n->maketext( 166 'Attachment does not exist ')166 'Attachment does not exist.') 167 167 ] 168 168 ); … … 197 197 $newAttachment, 198 198 $session->i18n->maketext( 199 'A ttachment already exists in new topic')199 'An attachment with the same name already exists in this topic.') 200 200 ] 201 201 ); -
trunk/core/templates/messages.tmpl
r8448 r8488 53 53 %TMPL:DEF{"move_err"}% 54 54 ---+++ %MAKETEXT{"Attachment move failed"}% 55 %MAKETEXT{"During move of attachment [_1] to [_2] an error was found. Please notify your [_3] administrator." args="%PARAM3%, <nop>%PARAM1%.<nop>%PARAM2%, <nop>%WIKITOOLNAME%"}%55 %MAKETEXT{"During move of attachment =[_1]= to [_2] an error was found." args="%PARAM3%, <nop>%PARAM1%.<nop>%PARAM2%, <nop>%WIKITOOLNAME%"}% 56 56 57 57 %PARAM4%
Note: See TracChangeset
for help on using the changeset viewer.
