summaryrefslogtreecommitdiffstats
path: root/src/translator_cz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r--src/translator_cz.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h
index 51c1530..a3e5606 100644
--- a/src/translator_cz.h
+++ b/src/translator_cz.h
@@ -1177,6 +1177,11 @@ class TranslatorCzech : public Translator
{
return Decode("Dokumentace balíku");
}
+ /*! Text shown before a multi-line define */
+ virtual QCString trDefineValue()
+ {
+ return Decode("Hodnota:");
+ }
};
#endif // TRANSLATOR_CZ_H