From 35a59ab766c23800afd77a3bae31f483ecd675a1 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 22:15:07 -0500 Subject: [PATCH] Use 'newer' instead of 'future' When talking about versions of Drupal greater than 6.1, use the word newer to indicate that those versions have already been released. The word future implies that those versions haven't been released yet. --- site/_posts/2012-07-01-migrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index cad0964f..ac9f7aa4 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -114,8 +114,8 @@ $ ruby -rubygems -e 'require "jekyll/migrators/drupal";
Warning: Drupal Version Compatibility
-

This migrator was written for Drupal 6.1 and may not work as expected on - future versions of Drupal. Please update it and send us a pull request if +

This migrator was written for Drupal 6.1 and may not work as expected with + newer versions of Drupal. Please update it and send us a pull request if necessary.