You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!docs.endsWith(SA("<br/>"))) docs += SA("<br/>");
597
600
docs += SA("<br/>");
598
-
docs+=SA("")+Expert::tr("This tag requires that the tag %1 is set to <code>YES</code>.").arg(SA("\\ref cfg_")+dependsOn.toLower()+SA("\"")+dependsOn.toUpper()+SA("\""));
601
+
docs += SA("")+Expert::tr("This tag requires that the tag %1 is set to <code>YES</code>.").arg(SA("\\ref cfg_")+dependsOn.toLower()+SA("\"")+dependsOn.toUpper()+SA("\""));
0 commit comments