Show
Ignore:
Timestamp:
03/23/06 18:48:53 (3 years ago)
Author:
hipplej
Message:

Replace evil rich text on forms with good ol' plaintext. Wrap strings sprinkled throughout code in a blanket of tr() goodness.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/config/configdialog.cpp

    r451 r469  
    195195      (ui.lineServerPort->text().isEmpty() || 
    196196       ui.lineServerNickname->text().isEmpty())) { 
    197     *errmsg = "You must specify at least a server nickname and port."; 
     197    *errmsg = tr("You must specify at least a server nickname and port."); 
    198198    return false; 
    199199  }