forked from GNUsocial/gnu-social
Update translator documentation.
Whitespace updates. i18n/L10n updates.
This commit is contained in:
@@ -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.'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user