summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-08-27 22:40:43 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-11-15 16:22:36 +0100
commit92dd019e99a2a9785a78663e3fe5b9cfef5e63e0 (patch)
treefff4416c15cfc272835e7104f462bd8d741090e6
parent21b5306b92cf25ed6e4a96482bf7d5e8f42ae433 (diff)
downloadabrt-92dd019e99a2a9785a78663e3fe5b9cfef5e63e0.tar.gz
abrt-92dd019e99a2a9785a78663e3fe5b9cfef5e63e0.tar.xz
abrt-92dd019e99a2a9785a78663e3fe5b9cfef5e63e0.zip
made the description in RHTSupport translatable
-rw-r--r--lib/Plugins/RHTSupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/RHTSupport.cpp b/lib/Plugins/RHTSupport.cpp
index c0f03c17..032aef05 100644
--- a/lib/Plugins/RHTSupport.cpp
+++ b/lib/Plugins/RHTSupport.cpp
@@ -306,7 +306,7 @@ PLUGIN_INFO(REPORTER,
CReporterRHticket,
"RHticket",
"0.0.4",
- "Reports bugs to Red Hat support",
+ _("Reports bugs to Red Hat support"),
"Denys Vlasenko <dvlasenk@redhat.com>",
"https://fedorahosted.org/abrt/wiki",
PLUGINS_LIB_DIR"/RHTSupport.glade");