diff options
Diffstat (limited to 'libktorrent')
-rw-r--r-- | libktorrent/pluginmanagerprefpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/pluginmanagerprefpage.cpp b/libktorrent/pluginmanagerprefpage.cpp index 66b1166..70a8777 100644 --- a/libktorrent/pluginmanagerprefpage.cpp +++ b/libktorrent/pluginmanagerprefpage.cpp @@ -51,7 +51,7 @@ namespace kt { setTitle("<h3>" + p->getGuiName() + "</h3>"); setDescription( - i18n("%1<br>tqStatus: <b>%2</b><br>Author: %3").tqarg(p->getDescription()) + i18n("%1<br>Status: <b>%2</b><br>Author: %3").tqarg(p->getDescription()) .tqarg(p->isLoaded() ? i18n("Loaded") : i18n("Not loaded")) .tqarg(p->getAuthor())); } |