diff options
Diffstat (limited to 'lib/l10n/ko.php')
-rw-r--r-- | lib/l10n/ko.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php index 102bf9f978d..86494c76802 100644 --- a/lib/l10n/ko.php +++ b/lib/l10n/ko.php @@ -64,7 +64,6 @@ $TRANSLATIONS = array( "last month" => "지난 달", "_%n month ago_::_%n months ago_" => array("%n달 전 "), "last year" => "작년", -"years ago" => "년 전", -"Caused by:" => "원인: " +"years ago" => "년 전" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |