summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2e0b96)
raw | patch | inline | side by side (parent: c2e0b96)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 09:46:20 +0000 (09:46 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 09:46:20 +0000 (09:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9810 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc
index b1c9597c7942aae874e4ba346236e69feb2f020d..ec93f23f9dceb3a9d78b61268d704409e8bd2188 100644 (file)
if(!empty($found)){
$this->current_del_id = $id_to_del;
- $smarty->assign("warning", sprintf(_("You're about to delete the ppd file '%s' at '%s'."), $found,$id_to_del));
+ $smarty->assign("warning", sprintf(msgPool::deleteInfo($found)));
return($smarty->fetch(get_template_path('remove_ppd.tpl', TRUE)));
}else{