]> git.mxchange.org Git - friendica.git/commitdiff
Spelling error: "acepted" -> "accepted"
authorSandro Santilli <strk@keybit.net>
Fri, 26 Jun 2015 10:03:32 +0000 (12:03 +0200)
committerSandro Santilli <strk@keybit.net>
Fri, 26 Jun 2015 10:03:32 +0000 (12:03 +0200)
include/enotify.php
util/strings.php

index 027293d4f3a9b3c957046cb6f415c55ce2bf5750..0ac9f48ffa293ce2f7382c37625c7e0877ece044 100644 (file)
@@ -297,7 +297,7 @@ function notification($params) {
        if($params['type'] == NOTIFY_CONFIRM) {
                if ($params['verb'] == ACTIVITY_FRIEND ){ // mutual connection
                        $subject = sprintf( t('[Friendica:Notify] Connection accepted'));
-                       $preamble = sprintf( t('\'%1$s\' has acepted your connection request at %2$s'), $params['source_name'], $sitename);
+                       $preamble = sprintf( t('\'%1$s\' has accepted your connection request at %2$s'), $params['source_name'], $sitename);
                        $epreamble = sprintf( t('%2$s has accepted your [url=%1$s]connection request[/url].'),
                                                                        $itemlink,
                                                                        '[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]');
@@ -310,7 +310,7 @@ function notification($params) {
                        $itemlink =  $params['link'];
                } else { // ACTIVITY_FOLLOW
                        $subject = sprintf( t('[Friendica:Notify] Connection accepted'));
-                       $preamble = sprintf( t('\'%1$s\' has acepted your connection request at %2$s'), $params['source_name'], $sitename);
+                       $preamble = sprintf( t('\'%1$s\' has accepted your connection request at %2$s'), $params['source_name'], $sitename);
                        $epreamble = sprintf( t('%2$s has accepted your [url=%1$s]connection request[/url].'),
                                                                        $itemlink,
                                                                        '[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]');
index db8bd55dd5a8dd6c6875490b6d82130f9efcc0ba..cb745a5ccf4ac6c82f612385134048ba554971ec 100644 (file)
@@ -1710,7 +1710,7 @@ $a->strings["Name:"] = "";
 $a->strings["Photo:"] = "";
 $a->strings["Please visit %s to approve or reject the suggestion."] = "";
 $a->strings["[Friendica:Notify] Connection accepted"] = "";
-$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "";
 $a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "";
 $a->strings["You are now mutual friends and may exchange status updates, photos, and email\n\twithout restriction."] = "";
 $a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "";