Ignore:
Timestamp:
8 Mar 2012, 20:45:38 (13 years ago)
Author:
Henrik Bettermann
Message:

w.s. -> w.k.

Remove waeup.sirp language files.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/browser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/exceptions.py

    r7811 r7817  
    4747    Backport from grok 1.6. This is only a view (not a page) because
    4848    we cannot trust that the associated :exc:`Unauthorized` exceptions
    49     happened inside a w.s. site.
     49    happened inside a w.k. site.
    5050
    5151    If not, then we have no layout available at time of rendering.
     
    6464    """A page rendered when an object cannot be found.
    6565
    66     XXX: This page won't work for objects above a w.s.University.
     66    XXX: This page won't work for objects above a w.k.University.
    6767    """
    6868    grok.context(INotFound)
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/viewlets.py

    r7811 r7817  
    123123        if static is None or static.get(self.icon, None) is None:
    124124            # In derived classes defined in other modules/packages
    125             # than w.s.browser, ``static`` might refer to a static dir
     125            # than w.k.browser, ``static`` might refer to a static dir
    126126            # local to the derived class' module. As we often like to
    127127            # get the icons from here
     
    129129            # resource appropiately.
    130130            #
    131             # XXX: The hardcoding of 'w.s.browser' should be replaced
     131            # XXX: The hardcoding of 'w.k.browser' should be replaced
    132132            #      by something smarter.
    133133            #
     
    275275            if static is None or static.get(self.icon, None) is None:
    276276                # In derived classes defined in other modules/packages
    277                 # than w.s.browser, ``static`` might refer to a static dir
     277                # than w.k.browser, ``static`` might refer to a static dir
    278278                # local to the derived class' module. As we often like to
    279279                # get the icons from here
     
    281281                # resource appropiately.
    282282                #
    283                 # XXX: The hardcoding of 'w.s.browser' should be replaced
     283                # XXX: The hardcoding of 'w.k.browser' should be replaced
    284284                #      by something smarter.
    285285                #
Note: See TracChangeset for help on using the changeset viewer.