Commit f1b6724f authored by mercury233's avatar mercury233

fix string cant be saved to translation.conf

parent 39477e2a
......@@ -149,7 +149,7 @@ public class Book : WindowServant2D
opString += master.managedString;
if (master.strings.Count > 0)
{
labop.text = InterString.Get("[ff5555]对手使用过:\n[?][-]", opString);
labop.text = InterString.Get("[ff5555]对手使用过:@n[?][-]", opString);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment