From 320ebb35dd4a615a7a692d71de4587be9ce8b99b Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 11 Mar 2015 19:02:51 +0100 Subject: Showing grey/gray in documentation The US-English spelling is gray where as the British-English spelling is grey. The doxygen documentation is in US-English spelling. This patch corrects the wrong spelled, user visible, grey to gray. --- qtools/qfeatures.h | 2 +- src/translator_ar.h | 2 +- src/translator_en.h | 2 +- src/translator_fa.h | 2 +- src/translator_lt.h | 2 +- src/translator_lv.h | 2 +- src/translator_si.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qtools/qfeatures.h b/qtools/qfeatures.h index d6c2882..1042ce6 100644 --- a/qtools/qfeatures.h +++ b/qtools/qfeatures.h @@ -378,7 +378,7 @@ */ //#define QT_NO_QWS_DEPTH_1 /*! - 4-bit greyscale + 4-bit grayscale */ //#define QT_NO_QWS_DEPTH_4 /*! diff --git a/src/translator_ar.h b/src/translator_ar.h index f23d6df..5daaa4c 100644 --- a/src/translator_ar.h +++ b/src/translator_ar.h @@ -1051,7 +1051,7 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6 "
  • %A filled black box represents the struct or class for which the " "graph is generated.\n" "
  • %A box with a black border denotes a documented struct or class.\n" - "
  • %A box with a grey border denotes an undocumented struct or class.\n" + "
  • %A box with a gray border denotes an undocumented struct or class.\n" "
  • %A box with a red border denotes a documented struct or class for" "which not all inheritance/containment relations are shown. %A graph is " "truncated if it does not fit within the specified boundaries.\n" diff --git a/src/translator_en.h b/src/translator_en.h index 93998d2..ba89726 100644 --- a/src/translator_en.h +++ b/src/translator_en.h @@ -1022,7 +1022,7 @@ class TranslatorEnglish : public Translator "
  • %A filled gray box represents the struct or class for which the " "graph is generated.
  • \n" "
  • %A box with a black border denotes a documented struct or class.
  • \n" - "
  • %A box with a grey border denotes an undocumented struct or class.
  • \n" + "
  • %A box with a gray border denotes an undocumented struct or class.
  • \n" "
  • %A box with a red border denotes a documented struct or class for" "which not all inheritance/containment relations are shown. %A graph is " "truncated if it does not fit within the specified boundaries.
  • \n" diff --git a/src/translator_fa.h b/src/translator_fa.h index e18e118..7effafe 100644 --- a/src/translator_fa.h +++ b/src/translator_fa.h @@ -1022,7 +1022,7 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 "
  • %A filled black box represents the struct or class for which the " "graph is generated.\n" "
  • %A box with a black border denotes a documented struct or class.\n" - "
  • %A box with a grey border denotes an undocumented struct or class.\n" + "
  • %A box with a gray border denotes an undocumented struct or class.\n" "
  • %A box with a red border denotes a documented struct or class for" "which not all inheritance/containment relations are shown. %A graph is " "truncated if it does not fit within the specified boundaries.\n" diff --git a/src/translator_lt.h b/src/translator_lt.h index f6e07bf..faf4197 100644 --- a/src/translator_lt.h +++ b/src/translator_lt.h @@ -1013,7 +1013,7 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 "
  • %A filled black box represents the struct or class for which the " "graph is generated.\n" "
  • %A box with a black border denotes a documented struct or class.\n" - "
  • %A box with a grey border denotes an undocumented struct or class.\n" + "
  • %A box with a gray border denotes an undocumented struct or class.\n" "
  • %A box with a red border denotes a documented struct or class for" "which not all inheritance/containment relations are shown. %A graph is " "truncated if it does not fit within the specified boundaries.\n" diff --git a/src/translator_lv.h b/src/translator_lv.h index 1161d48..20b2a38 100644 --- a/src/translator_lv.h +++ b/src/translator_lv.h @@ -1028,7 +1028,7 @@ class TranslatorLatvian : public TranslatorAdapter_1_8_4 "
  • %A filled gray box represents the struct or class for which the " "graph is generated.
  • \n" "
  • %A box with a black border denotes a documented struct or class.
  • \n" - "
  • %A box with a grey border denotes an undocumented struct or class.
  • \n" + "
  • %A box with a gray border denotes an undocumented struct or class.
  • \n" "
  • %A box with a red border denotes a documented struct or class for" "which not all inheritance/containment relations are shown. %A graph is " "truncated if it does not fit within the specified boundaries.
  • \n" diff --git a/src/translator_si.h b/src/translator_si.h index 10193a6..97a1931 100644 --- a/src/translator_si.h +++ b/src/translator_si.h @@ -691,7 +691,7 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 "
  • %A filled black box represents the struct or class for which the " "graph is generated.\n" "
  • %A box with a black border denotes a documented struct or class.\n" - "
  • %A box with a grey border denotes an undocumented struct or class.\n" + "
  • %A box with a gray border denotes an undocumented struct or class.\n" "
  • %A box with a red border denotes a documented struct or class for\n" "which not all inheritance/containment relations are shown. %A graph is " "truncated if it does not fit within the specified boundaries." -- cgit v0.12