Changeset 190:d121f86c0b09 for src


Ignore:
Timestamp:
05/17/12 17:57:33 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Reworded the connection failure message and updated to the new version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r186 r190  
    239239                 "allowed to take your entrance exam.")
    240240        self.add("login_failconn",
    241                  "Failed to connect to the MAVA website.")
    242         self.add("login_failconn_sec", "Try again in a few minutes.")
     241                 "Failed to communicate with the MAVA website.")
     242        self.add("login_failconn_sec",
     243                 "Try again in a few minutes. If it does not help, "
     244                 "see the debug log for details.")
    243245
    244246        self.add("button_next", "_Next")
     
    937939                 "arról, hogy végrehajthatod-e az ellenőrző repülést.")
    938940        self.add("login_failconn",
    939                  "Nem sikerült kapcsolódni a MAVA honlaphoz.")
    940         self.add("login_failconn_sec", "Próbáld meg pár perc múlva.")
     941                 "Nem sikerült kommunikálni a MAVA honlappal.")
     942        self.add("login_failconn_sec",
     943                 "Próbáld meg pár perc múlva. Ha az nem segít, "
     944                 "részletesebb információt találsz a debug naplóban.")
    941945       
    942946        self.add("button_next", "_Előre")
Note: See TracChangeset for help on using the changeset viewer.