Changeset 69


Ignore:
Timestamp:
07/13/06 02:57:56 (6 years ago)
Author:
takanori
Message:

typeDescMsgId を変更

Location:
ATGoogleMaps/trunk/content
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ATGoogleMaps/trunk/content/GMap.py

    r62 r69  
    147147    suppl_views     = () 
    148148    typeDescription = 'Google maps document' 
    149     typeDescMsgId   = 'gmap_description_edit' 
     149    typeDescMsgId   = 'description_edit_gmap' 
    150150 
    151151    # Allow images and files to be uploaded into this containerish object 
  • ATGoogleMaps/trunk/content/GMarker.py

    r62 r69  
    9999    suppl_views     = () 
    100100    typeDescription = 'Google marker document' 
    101     typeDescMsgId   = 'gmarker_description' 
     101    typeDescMsgId   = 'description_edit_gmarker' 
    102102 
    103103    global_allow    = 0 
Note: See TracChangeset for help on using the changeset viewer.