From 34f5aeceefbba972fea7d58ea6b1d51a32701563 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 9 Jun 2004 02:38:20 +0000 Subject: [PATCH] Fix sf bug #965474 for AR. --- languages/LanguageAr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/LanguageAr.php b/languages/LanguageAr.php index 95706cf9da..a031c70919 100644 --- a/languages/LanguageAr.php +++ b/languages/LanguageAr.php @@ -1125,7 +1125,7 @@ require_once("LanguageUtf8.php"); 'tooltip-upload' => 'Upload images or media files [alt-u]', 'tooltip-specialpage' => 'This is a special page, you can\'t edit the page itself.', 'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]', - 'tooltip-save' => 'Save you changes [alt-s]', + 'tooltip-save' => 'Save your changes [alt-s]', 'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]', 'tooltip-contributions' => 'View the list of contributions of this user', 'tooltip-emailuser' => 'Send a mail to this user', -- 2.20.1