# HG changeset patch # User nemo # Date 1387915661 18000 # Node ID e89b42c55047a2ac4d18192ed41d14c78adf92b0 # Parent 4486c29d176c4fa1d94eb649e5aad7abab812f08 Remove some wtfism that was breaking localisation diff -r 4486c29d176c -r e89b42c55047 QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Tue Dec 24 12:52:08 2013 -0500 +++ b/QTfrontend/ui/page/pagemain.cpp Tue Dec 24 15:07:41 2013 -0500 @@ -199,7 +199,7 @@ } QStringList split_string = line.split(QRegExp("")); if((tip_platform == platform || tip_platform == 0) && split_string.size() != 1) - Tips << tr(split_string[1].toLatin1().data(), "Tips"); + Tips << split_string[1]; line = in.readLine(); } // The following tip will require links to app store entries first.