From 994edb51e4159929d379d7e6dcb785b61f081c9b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 28 Sep 2005 17:06:13 +0000 Subject: [PATCH] fix for sf bug #1306915 --- lib/WebGUI/Asset/Shortcut.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_Shortcut.pm | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/WebGUI/Asset/Shortcut.pm b/lib/WebGUI/Asset/Shortcut.pm index 2f7f97a44..05aa2ea32 100644 --- a/lib/WebGUI/Asset/Shortcut.pm +++ b/lib/WebGUI/Asset/Shortcut.pm @@ -147,8 +147,8 @@ sub getEditForm { $tabform->getTab("properties")->yesNo( -name=>"shortcutByCriteria", -value=>$self->getValue("shortcutByCriteria"), - -label=>WebGUI::International::get("Shortcut by alternate criteria?","Asset_Shortcut"), - -hoverHelp=>WebGUI::International::get("Shortcut by alternate criteria? description","Asset_Shortcut"), + -label=>WebGUI::International::get("Shortcut by alternate criteria","Asset_Shortcut"), + -hoverHelp=>WebGUI::International::get("Shortcut by alternate criteria description","Asset_Shortcut"), -extras=>q|Onchange=" if (this.form.shortcutByCriteria[0].checked) { this.form.resolveMultiples.disabled=false; diff --git a/lib/WebGUI/i18n/English/Asset_Shortcut.pm b/lib/WebGUI/i18n/English/Asset_Shortcut.pm index e2b71dae7..0b48e031c 100644 --- a/lib/WebGUI/i18n/English/Asset_Shortcut.pm +++ b/lib/WebGUI/i18n/English/Asset_Shortcut.pm @@ -110,9 +110,9 @@ description replace the description of the original Asset.|, lastUpdated => 1119905806, }, - 'Shortcut by alternate criteria? description' => { + 'Shortcut by alternate criteria description' => { message => q|Set to "yes" to enable selecting a asset based upon custom criteria. Metadata must be enabled for this option to function properly.|, - lastUpdated => 1119905806, + lastUpdated => 1127927137, }, 'disable content lock description' => { @@ -148,9 +148,9 @@ A property or value must be quoted if it contains spaces. Feel free to use the c lastUpdated => 1053183804 }, - 'Shortcut by alternate criteria?' => { + 'Shortcut by alternate criteria' => { message => q|Shortcut by alternate criteria?|, - lastUpdated => 1053183804 + lastUpdated => 1127927125 }, 'not equal to' => {