Changeset 8488


Ignore:
Timestamp:
08/14/10 20:36:05 (22 months ago)
Author:
ArthurClemens
Message:

Item8841: improve messages around attachment rename failures

Location:
trunk/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/UI/Rename.pm

    r8470 r8488  
    164164                            $attachment, 
    165165                            $session->i18n->maketext( 
    166                                 'Attachment does not exist') 
     166                                'Attachment does not exist.') 
    167167                        ] 
    168168                    ); 
     
    197197                        $newAttachment, 
    198198                        $session->i18n->maketext( 
    199                             'Attachment already exists in new topic') 
     199                            'An attachment with the same name already exists in this topic.') 
    200200                    ] 
    201201                ); 
  • trunk/core/templates/messages.tmpl

    r8448 r8488  
    5353%TMPL:DEF{"move_err"}% 
    5454---+++ %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%"}% 
    5656 
    5757%PARAM4% 
Note: See TracChangeset for help on using the changeset viewer.