Commit 434a7e5e authored by Antoine Cellerier's avatar Antoine Cellerier

Fix the help string for rss-speed.

parent 15bfa02e
...@@ -122,7 +122,7 @@ struct filter_sys_t ...@@ -122,7 +122,7 @@ struct filter_sys_t
#define MSG_TEXT N_("Feed URLs") #define MSG_TEXT N_("Feed URLs")
#define MSG_LONGTEXT N_("RSS/Atom feed '|' (pipe) seperated URLs.") #define MSG_LONGTEXT N_("RSS/Atom feed '|' (pipe) seperated URLs.")
#define SPEED_TEXT N_("Speed of feeds") #define SPEED_TEXT N_("Speed of feeds")
#define SPEED_LONGTEXT N_("Speed of the RSS/Atom feeds in milliseconds (bigger is slower).") #define SPEED_LONGTEXT N_("Speed of the RSS/Atom feeds in microseconds (bigger is slower).")
#define LENGTH_TEXT N_("Max length") #define LENGTH_TEXT N_("Max length")
#define LENGTH_LONGTEXT N_("Maximum number of characters displayed on the " \ #define LENGTH_LONGTEXT N_("Maximum number of characters displayed on the " \
"screen." ) "screen." )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment