Factoids: Fix typo.

This commit is contained in:
Valentin Lorentz 2011-07-18 15:23:06 +02:00
parent a4c0a13b1d
commit 083815c6f7
5 changed files with 5 additions and 5 deletions

View File

@ -251,7 +251,7 @@ msgid ""
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n" "[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
"\n" "\n"
" Searches the keyspace for keys matching <glob>. If --regexp is given,\n" " Searches the keyspace for keys matching <glob>. If --regexp is given,\n"
" it associated value is taken as a regexp and matched against the keys.\n" " its associated value is taken as a regexp and matched against the keys.\n"
" If --values is given, search the value space instead of the keyspace.\n" " If --values is given, search the value space instead of the keyspace.\n"
" " " "
msgstr "" msgstr ""

View File

@ -280,7 +280,7 @@ msgid ""
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n" "[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
"\n" "\n"
" Searches the keyspace for keys matching <glob>. If --regexp is given,\n" " Searches the keyspace for keys matching <glob>. If --regexp is given,\n"
" it associated value is taken as a regexp and matched against the keys.\n" " its associated value is taken as a regexp and matched against the keys.\n"
" If --values is given, search the value space instead of the keyspace.\n" " If --values is given, search the value space instead of the keyspace.\n"
" " " "
msgstr "" msgstr ""

View File

@ -259,7 +259,7 @@ msgid ""
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n" "[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
"\n" "\n"
" Searches the keyspace for keys matching <glob>. If --regexp is given,\n" " Searches the keyspace for keys matching <glob>. If --regexp is given,\n"
" it associated value is taken as a regexp and matched against the keys.\n" " its associated value is taken as a regexp and matched against the keys.\n"
" If --values is given, search the value space instead of the keyspace.\n" " If --values is given, search the value space instead of the keyspace.\n"
" " " "
msgstr "" msgstr ""

View File

@ -655,7 +655,7 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler):
"""[<channel>] [--values] [--{regexp} <value>] [<glob> ...] """[<channel>] [--values] [--{regexp} <value>] [<glob> ...]
Searches the keyspace for keys matching <glob>. If --regexp is given, Searches the keyspace for keys matching <glob>. If --regexp is given,
it associated value is taken as a regexp and matched against the keys. its associated value is taken as a regexp and matched against the keys.
If --values is given, search the value space instead of the keyspace. If --values is given, search the value space instead of the keyspace.
""" """
if not optlist and not globs: if not optlist and not globs:

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" them once."""
version = '0.83.4.1+limnoria (2011-07-17T15:21:07+0200)' version = '0.83.4.1+limnoria (2011-07-18T15:23:06+0200)'