Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Erstellt: (UDIG-642) Catagories and their side-effects

Catagories and their side-effects
---------------------------------

         Key: UDIG-642
         URL: http://jira.codehaus.org/browse/UDIG-642
     Project: uDIG
        Type: Bug
  Components: internationalization  
    Versions: UDIG 1.1.M0    
    Reporter: Matthias Basler
 Assigned to: Richard Gould 
    Priority: Minor
     Fix For: UDIG 1.1
 Attachments: uDig_German_translation_for_v1.1M0_Correction3.zip

General problem:
-----------------------
Please check source code and .properties files for misspelled words, the result of which may be that the resource bundle entries are not found.

Specific problem: "catagory"
--------------------------------------
There occurred the problem that the resouce bundle contained "catagory.name" and the code required "category.name" and vice versa for "catagory.description", with the result that the Strings were not found.

Solution:
1.) I renamed any resource keys containing  "catagory" to "category" for consistency.
     Result is attached here (and include some more corrections/additions not related to "catagories").

2.) Please rename (in the source code) any references to "catagory" to "category", f.e.
- plugin.xml in net.refractions.udig.project.ui has a "%catagory.description" entry
- Sadly enough, even an extension point "net_refractions_udig_printing_decorator.html" contains an "catagory" attribute.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Back to the top