Changeset 13367


Ignore:
Timestamp:
2006-11-29T14:19:59+13:00 (17 years ago)
Author:
mdewsnip
Message:

Moved a static English string out of the C++ code and into a macro, so it can be translated.

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/english.dm

    r13040 r13367  
    209209
    210210_textpagetitle_ {Greenstone Digital Library}
     211
     212_textnocollections_ {No valid (i.e. built and public) collections are available}
     213
    211214_textadmin_ {Administration Page}
    212215_textabgs_ {About Greenstone}
  • trunk/gsdl/src/recpt/pageaction.cpp

    r12865 r13367  
    325325
    326326  if (!found_valid_col) {
    327     homeextra += "<tr><td>No valid (i.e. built and public) collections are available</td></tr>\n";
     327    homeextra += "<tr><td>_textnocollections_</td></tr>\n";
    328328  }
    329329  homeextra += "</table>\n";
Note: See TracChangeset for help on using the changeset viewer.