From 750adbf4d54d29a48940a146e848dbd323839f5f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 13 Aug 2009 05:16:29 +0000 Subject: [PATCH] Fix bad Matrix i18n when selecting no listings and hitting compare. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Matrix.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 644aee4e1..870796ef4 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.7.17 + - fixed #10764: Matrix i18n: hitting compare button says I have 1 item selected. - fixed #10763: Matrix: Search button doesn't work. - fixed #10761: Two i18n issues on LDAP page - fixed #10750: Story Manager - Save and add another photo diff --git a/lib/WebGUI/i18n/English/Asset_Matrix.pm b/lib/WebGUI/i18n/English/Asset_Matrix.pm index 9ed0b2644..8638fddd5 100644 --- a/lib/WebGUI/i18n/English/Asset_Matrix.pm +++ b/lib/WebGUI/i18n/English/Asset_Matrix.pm @@ -864,8 +864,8 @@ selectBox.

| }, 'too few message' => { - lastUpdated => 0, - message => q|You tried to compare only one listing. If you want to view just one listing, click on its name.|, + lastUpdated => 1250141046, + message => q|To compare, at least two listing must be selected. If you want to view just one listing, click on its name.|, context => q|A message shown to the user when they have selected only one listing to compare.|, } };