From e20c06b6398b1295cb8a039cc06935f90ccbe40d Mon Sep 17 00:00:00 2001 From: Zach H Date: Sun, 5 Jul 2015 20:11:42 -0400 Subject: [PATCH] troubleshooting&faq --- cockatrice/src/window_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 8515d64b..fb3d39c8 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -274,8 +274,8 @@ void MainWindow::actAbout() + "" + tr("Help Translate!") + "

" + "" + tr("Support:") + "
" + "" + tr("Report an Issue") + "
" - + "" + tr("Suggest an Improvement") + "
" - + + "" + tr("Troubleshooting") + "
" + + "" + tr("F.A.Q.") + "
" )); }