27 lines
712 B
Diff
27 lines
712 B
Diff
From 4cd2fec42224c13c4625707f89be307b89a84128 Mon Sep 17 00:00:00 2001
|
|
From: Kalev Lember <kalevlember@gmail.com>
|
|
Date: Tue, 23 Sep 2014 09:57:08 +0200
|
|
Subject: [PATCH] Fix desktop file keywords in Nepali translation
|
|
|
|
It's a string list and must be terminated with a semicolon.
|
|
---
|
|
po/ne.po | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/po/ne.po b/po/ne.po
|
|
index 3dc61ff..23aea0a 100644
|
|
--- a/po/ne.po
|
|
+++ b/po/ne.po
|
|
@@ -133,7 +133,7 @@ msgstr "Pawan Chitrakar <chautari@gmail.com>"
|
|
|
|
#: ../src/gnome-font-viewer.desktop.in.in.h:3
|
|
msgid "fonts;fontface;"
|
|
-msgstr "फन्ट;फन्टफेस"
|
|
+msgstr "फन्ट;फन्टफेस;"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Size:"
|
|
--
|
|
2.1.0
|
|
|