diff options
author | Chris <xchrisx@uber.space> | 2019-07-07 03:29:37 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-07 03:29:37 +0200 |
commit | e408b9918746037bd96eb30b707640d2148c2495 (patch) | |
tree | afb9688cd649b6c313fc8986ccdb2ce20f2dbb82 /kdesktop/init | |
parent | 9811d154a5249088d14cd4e52b7b1c8c82ccb518 (diff) | |
download | tdebase-e408b9918746037bd96eb30b707640d2148c2495.tar.gz tdebase-e408b9918746037bd96eb30b707640d2148c2495.zip |
Fix German translation for My_Computer.
First impression of the German user of TDE is that he is greeted with a
desktop icon on the very top of the desktop called "Speichermedien",
which is so long, that it wraps up this ugly way: "Speicherme-dien".
Which looks very unpolished and leads to a bad experience for first
timers. This comes from KDE3 times still. Most likely it was just
copy-pasted from other places.
The term "Speichermedien" is used otherwise in nearly all other places
(German), so changing it just for that icon looks inconsistent at first.
But in fact the original (English) name for it is also called "Computer"
and not "Speichermedien" for this icon. So the gain of beeing
inconsistent is bigger because it looks more polished. If someone is
unhappy about that, he can open a ticket or join IRC to find another
solution.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'kdesktop/init')
-rw-r--r-- | kdesktop/init/My_Computer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/init/My_Computer b/kdesktop/init/My_Computer index 4aa90d7f1..3909fe9dd 100644 --- a/kdesktop/init/My_Computer +++ b/kdesktop/init/My_Computer @@ -12,7 +12,7 @@ Name[ca]=Suports d'emmagatzematge Name[cs]=Úložná zařízení Name[csb]=Zôpisowné media Name[da]=Opbevaringsmedie -Name[de]=Speichermedien +Name[de]=Computer Name[el]=Συσκευές αποθήκευσης Name[en_US]=My Computer Name[eo]=Enmemoriga Medio |