Bug 567451 - Disambiguate "for" template: index/iterator

Change-Id: Iab4e3b5e55f484bc98b338332cb9a7597891c5ec
Signed-off-by: Fabrice Tiercelin <fabrice.tiercelin@yahoo.fr>
diff --git a/org.eclipse.jdt.ui/templates/default-templates.properties b/org.eclipse.jdt.ui/templates/default-templates.properties
index 9591977..a19cbff 100644
--- a/org.eclipse.jdt.ui/templates/default-templates.properties
+++ b/org.eclipse.jdt.ui/templates/default-templates.properties
@@ -15,8 +15,8 @@
 #     Lars Vogel <Lars.Vogel@vogella.com> - [templates] Provide templates that check for 'null' - https://bugs.eclipse.org/131445
 ###############################################################################
 
-Templates.for_array=iterate over array
-Templates.for_temp=iterate over array with temporary variable
+Templates.for_array=use index on array
+Templates.for_temp=use index on array with temporary variable
 Templates.for_collection=iterate over collection
 Templates.for_iterable=iterate over an array or Iterable
 Templates.while_enumeration=iterate with enumeration