summaryrefslogtreecommitdiffstats
path: root/src/translator_it.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_it.h')
-rw-r--r--src/translator_it.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_it.h b/src/translator_it.h
index d27c9dd..e2c51c7 100644
--- a/src/translator_it.h
+++ b/src/translator_it.h
@@ -1877,7 +1877,7 @@ class TranslatorItalian : public Translator
*/
virtual QCString trProvidedByCategory()
{
- return "Fornito dalla categoria @1.";
+ return "Fornito dalla categoria @0.";
}
/*! Used in a method of an Objective-C category that extends a class.
@@ -1886,7 +1886,7 @@ class TranslatorItalian : public Translator
*/
virtual QCString trExtendsClass()
{
- return "Estende la classe @1.";
+ return "Estende la classe @0.";
}
/*! Used as the header of a list of class methods in Objective-C.