From 8d16faa47d65c75b2f908cfb656374cdd13e02ff Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 16 Mar 2023 15:11:00 +0800 Subject: [PATCH] * Code for bug #33021. --- module/common/lang/de.php | 2 +- module/common/lang/en.php | 2 +- module/common/lang/fr.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/common/lang/de.php b/module/common/lang/de.php index 94980fb14c..0c916d800e 100644 --- a/module/common/lang/de.php +++ b/module/common/lang/de.php @@ -90,7 +90,7 @@ $lang->viewDetails = 'View Details'; $lang->actions = 'Aktionen'; $lang->restore = 'Wiederherstellen'; -$lang->confirmDraft = 'There are unsaved form of %name%. Do you want to restore them?'; +$lang->confirmDraft = 'Unsaved form is found. Do you want to restore it?'; $lang->resume = 'resume'; $lang->comment = 'Notiz'; $lang->history = 'Historie'; diff --git a/module/common/lang/en.php b/module/common/lang/en.php index c041725072..715782f579 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -90,7 +90,7 @@ $lang->viewDetails = 'View Details'; $lang->actions = 'Action'; $lang->restore = 'Reset'; -$lang->confirmDraft = 'There are unsaved form of %name%. Do you want to restore them?'; +$lang->confirmDraft = 'Unsaved form is found. Do you want to restore it?'; $lang->resume = 'resume'; $lang->comment = 'Note'; $lang->history = 'History'; diff --git a/module/common/lang/fr.php b/module/common/lang/fr.php index e7496a09a8..502a64a84c 100644 --- a/module/common/lang/fr.php +++ b/module/common/lang/fr.php @@ -90,7 +90,7 @@ $lang->viewDetails = 'View Details'; $lang->actions = 'Action'; $lang->restore = 'Réinitialiser'; -$lang->confirmDraft = 'There are unsaved form of %name%. Do you want to restore them?'; +$lang->confirmDraft = 'Unsaved form is found. Do you want to restore it?'; $lang->resume = 'resume'; $lang->comment = 'Note'; $lang->history = 'Historique';