]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed double spaces from strings
authorOri Avtalion <ori@avtalion.name>
Mon, 12 Jan 2009 21:07:51 +0000 (23:07 +0200)
committerEvan Prodromou <git@evanprodromou.name>
Mon, 12 Jan 2009 21:27:33 +0000 (16:27 -0500)
actions/deletenotice.php
actions/recoverpassword.php
actions/remotesubscribe.php

index 64746283ae5103f18b06823d095412711eeafca4..9a5261eedc91f5dde55a456ba607d88cf22f349e 100644 (file)
@@ -34,7 +34,7 @@ class DeletenoticeAction extends DeleteAction {
        }
 
        function get_instructions() {
-               return _('You are about to permanently delete a notice.  Once this is done, it cannot be undone.');
+               return _('You are about to permanently delete a notice. Once this is done, it cannot be undone.');
        }
 
        function get_title() {
index 38c42f41d1b056ac303f723dd324ce7391d3fd82..54a0f2ae30e124737d708a34aea56be431763bce 100644 (file)
@@ -140,7 +140,7 @@ class RecoverpasswordAction extends Action {
                        common_element('p', NULL, 
                                                   _('If you\'ve forgotten or lost your' .
                                                      ' password, you can get a new one sent to' .
-                                                     ' the email address you have stored ' .
+                                                     ' the email address you have stored' .
                                                      ' in your account.'));
                        common_element_end('div');
                }
index c3a09bcfc247272676f432dd36dcdc7f11f14c96..624497af77d12a58d64e8017aa05a4c73a9bbb63 100644 (file)
@@ -49,9 +49,9 @@ class RemotesubscribeAction extends Action {
 
        function get_instructions() {
                return _('To subscribe, you can [login](%%action.login%%),' .
-                         ' or [register](%%action.register%%) a new ' .
-                         ' account. If you already have an account ' .
-                         ' on a [compatible microblogging site](%%doc.openmublog%%), ' .
+                         ' or [register](%%action.register%%) a new' .
+                         ' account. If you already have an account' .
+                         ' on a [compatible microblogging site](%%doc.openmublog%%),' .
                          ' enter your profile URL below.');
        }