From 7f01d29b23204b793a96cd2b269e82eadd1b5fd7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 25 May 2013 07:38:33 -0400 Subject: [PATCH 1/2] Translate --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/fr.po b/po/fr.po index 47e41fadf5..04a1f86436 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10816,7 +10816,7 @@ msgstr "Ajouter un graphique" #, fuzzy #| msgid "Enable highlighting" msgid "Enable charts dragging" -msgstr "Active la surbrillance" +msgstr "Active le mode glissement" #: server_status_monitor.php:496 msgid "Refresh rate" From 0a11401219312ffac55e5b24cbfae93f79684463 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 25 May 2013 09:11:04 -0400 Subject: [PATCH 2/2] Fix typo --- libraries/Config.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 52c27853bf..9c13421353 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -1769,7 +1769,7 @@ class PMA_Config } /** - * sets cookie if value is different from current cokkie value, + * sets cookie if value is different from current cookie value, * or removes if value is equal to default * * @param string $cookie name of cookie to remove