Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2007-11-30 21:55:36 +0000
committerrelves2007-11-30 21:55:36 +0000
commit2769ff0ae960688a2e3070c38eb64e6e3e63c127 (patch)
tree2417eb507ec76321ed57859c62479cc8d8b0e6a3 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent5ff8818c53efa37d84349224a2c0f47d126f040a (diff)
downloadorg.eclipse.mylyn.tasks-2769ff0ae960688a2e3070c38eb64e6e3e63c127.tar.gz
org.eclipse.mylyn.tasks-2769ff0ae960688a2e3070c38eb64e6e3e63c127.tar.xz
org.eclipse.mylyn.tasks-2769ff0ae960688a2e3070c38eb64e6e3e63c127.zip
ASSIGNED - bug 206510: [patch] enable contribution/configuration of language settings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206510
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index eea5af780..0aa71999f 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -47,13 +47,13 @@
name="de">
<languageAttribute command="error_login" response="Anmeldename erforderlich"/>
<languageAttribute command="error_login" response="check e-mail"/>
- <languageAttribute command="error_login" response="Ungütiger Benutzername oder ungültiges Passwort"/>
+ <languageAttribute command="error_login" response="Ungültiger Benutzername oder ungültiges Passwort"/>
<languageAttribute command="error_collision" response="Kollision!"/>
<languageAttribute command="error_comment_required" response="Kommentar erforderlich"/>
<languageAttribute command="error_logged_out" response="Abgemeldet"/>
<languageAttribute command="bad_login" response="Anmeldename erforderlich"/>
<languageAttribute command="bad_login" response="check e-mail"/>
- <languageAttribute command="bad_login" response="Ungütiger Benutzername oder ungültiges Passwort"/>
+ <languageAttribute command="bad_login" response="Ungültiger Benutzername oder ungültiges Passwort"/>
<languageAttribute command="bad_login" response="error"/>
<languageAttribute command="processed" response="processed"/>
<languageAttribute command="changes_submitted" response="Changes submitted"/>

Back to the top