summaryrefslogtreecommitdiff
path: root/core/settings
authorkergoth <kergoth>2002-03-19 02:38:30 (UTC)
committer kergoth <kergoth>2002-03-19 02:38:30 (UTC)
commit0097a3253cae1c440a9d10c1dec261f10023195b (patch) (side-by-side diff)
tree227bcf958e90799f9482706fc6ad03fc3e90a217 /core/settings
parent7e0f49c9973bb2769afbd1fe2b70da093f200c03 (diff)
downloadopie-0097a3253cae1c440a9d10c1dec261f10023195b.zip
opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.gz
opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.bz2
TRANSLATION variable brokenness.
Diffstat (limited to 'core/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/citytime/citytime.pro2
-rw-r--r--core/settings/light-and-power/light-and-power.pro2
-rw-r--r--core/settings/security/security.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index 01dc6c9..5bee085 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -11,4 +11,4 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/citytime.ts
-TRANSLATIONS = ../i18n/pt_BR/citytime.ts
+TRANSLATIONS += ../i18n/pt_BR/citytime.ts
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro
index 0465bfb..6e26c4c 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -10,4 +10,4 @@ LIBS += -lqpe
TARGET = light-and-power
TRANSLATIONS = ../../i18n/de/light-and-power.ts
-TRANSLATIONS = ../../i18n/pt_BR/light-and-power.ts
+TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index b67fe6d..fd68b4a 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -10,4 +10,4 @@ LIBS += -lqpe
TARGET = security
TRANSLATIONS = ../../i18n/de/security.ts
-TRANSLATIONS = ../../i18n/pt_BR/security.ts
+TRANSLATIONS += ../../i18n/pt_BR/security.ts