summaryrefslogtreecommitdiffstats
path: root/src/translator_jp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r--src/translator_jp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h
index ff226d8..c9a5d29 100644
--- a/src/translator_jp.h
+++ b/src/translator_jp.h
@@ -1573,14 +1573,14 @@ class TranslatorJapanese : public Translator
virtual QCString trCallerGraph()
{
// return "Here is the caller graph for this function:";
- return "呼出しグラフ:";
+ return decode("呼出しグラフ:");
}
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for enumeration values
*/
virtual QCString trEnumerationValueDocumentation()
- { return "列挙型"; }
+ { return decode("列挙型"); }
};
#endif