From 10adcfc9042c1aec3976e7ffbd291e4ab2b99d13 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 22 Jan 2015 22:00:30 +0200 Subject: [PATCH] Debug: fix language [CI SKIP] --- plugins/Debug/messages.pot | 6 +++--- plugins/Debug/plugin.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/Debug/messages.pot b/plugins/Debug/messages.pot index d32425795..022e32ec6 100644 --- a/plugins/Debug/messages.pot +++ b/plugins/Debug/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-01-22 18:54+EET\n" +"POT-Creation-Date: 2015-01-23 08:27+EET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,8 +19,8 @@ msgstr "" #, docstring msgid "" "\n" -"This is for debugging purpouses and you shouldn't load this plugin unless\n" -"Supybot developer requests you to do so for debugging some issue.\n" +"This is for debugging purposes only and you shouldn't load this it unless\n" +"a Supybot developer requests you to debug some issue.\n" msgstr "" #: plugin.py:47 diff --git a/plugins/Debug/plugin.py b/plugins/Debug/plugin.py index 6753f4c06..d87525cd8 100644 --- a/plugins/Debug/plugin.py +++ b/plugins/Debug/plugin.py @@ -30,8 +30,8 @@ ### """ -This is for debugging purpouses and you shouldn't load this plugin unless -Supybot developer requests you to do so for debugging some issue. +This is for debugging purposes only and you shouldn't load this it unless +a Supybot developer requests you to debug some issue. """ import supybot.plugins as plugins