diff options
author | eric <eric> | 2005-03-20 18:54:20 +0000 |
---|---|---|
committer | eric <eric> | 2005-03-20 18:54:20 +0000 |
commit | 7fccb8b634118a2f4f92220b194dc74273b15957 (patch) | |
tree | 4b55e81a25f3005abaf3cd7cdc5b0de8316a541f /web/lang/submit_po.inc | |
parent | 9d69979bb9e8498ac1ac6b4d08fb6b3ba9042cdc (diff) | |
download | aurweb-7fccb8b634118a2f4f92220b194dc74273b15957.tar.xz |
added comments/category editing, and closed #2280
Diffstat (limited to 'web/lang/submit_po.inc')
-rw-r--r-- | web/lang/submit_po.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/submit_po.inc b/web/lang/submit_po.inc index 88acd50..c21482a 100644 --- a/web/lang/submit_po.inc +++ b/web/lang/submit_po.inc @@ -196,9 +196,9 @@ $_t["en"]["You must supply a comment for this upload/change."] = "You must suppl # $_t["fr"]["You must supply a comment for this upload/change."] = "--> Traduction française ici. <--"; # $_t["de"]["You must supply a comment for this upload/change."] = "--> Deutsche Übersetzung hier. <--"; -$_t["en"]["Package upload successful"] = "Package upload successful"; +$_t["en"]["Package upload successful."] = "Package upload successful."; # $_t["es"]["Package upload successful"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Package upload successful"] = "--> Traduction française ici. <--"; # $_t["de"]["Package upload successful"] = "--> Deutsche Übersetzung hier. <--"; -?>
\ No newline at end of file +?> |