26 Sep
2010
26 Sep
'10
1:34 a.m.
On Tue 21 Sep 2010 21:56 +0200, Stefan Husmann wrote:
in AUR 1.7.0 there is a bad translation for the "submit" button for submitting comments. "Paket hochladen" means "Upload Package". Here is a patch.
Regards Stefan
diff -Naur aur-1.7.0.orig//web/lang/de.po aur-1.7.0.new/web/lang/de.po --- aur-1.7.0.orig//web/lang/de.po 2010-09-21 21:42:46.000000000 +0200 +++ aur-1.7.0.new/web/lang/de.po 2010-09-21 21:47:12.000000000 +0200 @@ -134,7 +134,7 @@
$_t["Update"] = "Aktualisieren";
-$_t["Submit"] = "Paket hochladen"; +$_t["Submit"] = "Abschicken";
$_t["Password"] = "Passwort";
Thanks Stefan.