From 105a9d5ee63b022073bf199c336743989c700e7c Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 17 Jan 2019 06:45:37 -0500 Subject: [PATCH] Crowdin: Base/Exception.h uniformity fix --- src/Base/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/Exception.h b/src/Base/Exception.h index 37b36c7427..11e233aa76 100644 --- a/src/Base/Exception.h +++ b/src/Base/Exception.h @@ -40,7 +40,7 @@ /// If you want to mark text for translation, use the QT_TRANSLATE_NOOP macro /// with the context "Exceptions" and the right throwing macro from below (the one ending in T) /// example: -/// THROWMT(Base::ValueError,QT_TRANSLATE_NOOP("Exceptions","The multiplicity cannot be increased beyond the degree of the b-spline.")); +/// THROWMT(Base::ValueError,QT_TRANSLATE_NOOP("Exceptions","The multiplicity cannot be increased beyond the degree of the B-Spline.")); /// /// N.B.: The QT_TRANSLATE_NOOP macro won't translate your string. It will just allow lupdate to identify that string for translation so that /// if you ask for a translation (and the translator have provided one) at that time it gets translated (e.g. in the UI before showing the message