]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SearchSub/searchsubtrackoffcommand.php
Plugins with classes that extend Managed_DataObject get better code reuse
[quix0rs-gnu-social.git] / plugins / SearchSub / searchsubtrackoffcommand.php
index 1e5eb97ebc111bc86e34bc75ab9e5924c0788d2d..4ab78a50a92dbdd6011f5ad3fbb5806cbf022b89 100644 (file)
@@ -21,6 +21,7 @@ class SearchSubTrackoffCommand extends Command
                 SearchSub::cancel($profile, $all->search);
             } catch (Exception $e) {
                 // TRANS: Message given having failed to cancel one of the search subs with 'track off' command.
+                // TRANS: %s is the search for which the subscription removal failed.
                 $channel->error($cur, sprintf(_m('Error disabling search subscription for query "%s".'),
                                               $all->search));
                 return;
@@ -30,4 +31,4 @@ class SearchSubTrackoffCommand extends Command
         // TRANS: Message given having disabled all search subscriptions with 'track off'.
         $channel->output($cur, _m('Disabled all your search subscriptions.'));
     }
-}
\ No newline at end of file
+}