diff --git a/src/Umbraco.Core/Services/IPackagingService.cs b/src/Umbraco.Core/Services/IPackagingService.cs
index 44481dd1de..97f11d8cd3 100644
--- a/src/Umbraco.Core/Services/IPackagingService.cs
+++ b/src/Umbraco.Core/Services/IPackagingService.cs
@@ -47,10 +47,10 @@ namespace Umbraco.Core.Services
///
/// Imports and saves the 'DictionaryItems' part of the package xml as a list of
///
- /// Xml to import
+ /// Xml to import
/// Optional parameter indicating whether or not to raise events
/// An enumerable list of dictionary items
- IEnumerable ImportDictionaryItems(XElement element, bool raiseEvents = true);
+ IEnumerable ImportDictionaryItems(XElement dictionaryItemElementList, bool raiseEvents = true);
///
/// Imports and saves the 'Languages' part of a package xml as a list of