diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c
index d6c69f8035..7df4d80a30 100644
--- a/app/dialogs/about-dialog.c
+++ b/app/dialogs/about-dialog.c
@@ -360,18 +360,11 @@ about_dialog_add_update (GimpAboutDialog *dialog,
* markups in your translation. */
comment = g_strdup_printf (_("Release comment: %s"), config->last_release_comment);
}
- else
- {
- comment = g_strdup_printf ("%s",
- _("Even though you use the last version, it is recommended to reinstall.\n"
- "New revisions come with package fixes."));
- }
}
else
{
text = g_strdup_printf (_("Download GIMP %s (released on %s)\n"),
config->last_known_release, date);
- comment = g_strdup ("It is recommended to update.");
}
gtk_label_set_text (GTK_LABEL (button_label), text);
g_free (text);