summaryrefslogtreecommitdiffstats
path: root/starter
diff options
context:
space:
mode:
Diffstat (limited to 'starter')
-rw-r--r--starter/CMakeL10n.txt2
-rw-r--r--starter/starter.cpp2
-rw-r--r--starter/starteriface.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/starter/CMakeL10n.txt b/starter/CMakeL10n.txt
index 64f8349..c90b131 100644
--- a/starter/CMakeL10n.txt
+++ b/starter/CMakeL10n.txt
@@ -1,3 +1,3 @@
##### create translation templates ##############
-tde_l10n_create_template( "starter" )
+tde_l10n_create_template( "messages/baghira-starter/" )
diff --git a/starter/starter.cpp b/starter/starter.cpp
index 6069045..93a37a2 100644
--- a/starter/starter.cpp
+++ b/starter/starter.cpp
@@ -475,7 +475,7 @@ extern "C"
{
KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile)
{
- TDEGlobal::locale()->insertCatalogue("starter");
+ TDEGlobal::locale()->insertCatalogue("baghira-starter");
return new starter(configFile, KPanelApplet::Normal,
KPanelApplet::Preferences,
parent, "baghirastarter");
diff --git a/starter/starteriface.h b/starter/starteriface.h
index be1469f..4a8e41d 100644
--- a/starter/starteriface.h
+++ b/starter/starteriface.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2005 by Thomas Lübking *
+ * Copyright (C) 2005 by Thomas Lübking *
* thomas.luebking@web.de *
* *
* This program is free software; you can redistribute it and/or modify *