27 lines
824 B
Diff
27 lines
824 B
Diff
From f8d6ac199eb3ba0fde4a41b724ccc2c39aa63347 Mon Sep 17 00:00:00 2001
|
|
From: David King <amigadave@amigadave.com>
|
|
Date: Sun, 28 Feb 2016 20:54:56 +0000
|
|
Subject: [PATCH] Fix Romanian desktop file translation
|
|
|
|
Lists in keyfiles must end with a semicolon.
|
|
---
|
|
po/ro.po | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/po/ro.po b/po/ro.po
|
|
index 7aa03fa..020db36 100644
|
|
--- a/po/ro.po
|
|
+++ b/po/ro.po
|
|
@@ -46,7 +46,7 @@ msgstr "Verifică dimensiunea dosarului și spațiul disponibil pe disc"
|
|
|
|
#: ../data/org.gnome.baobab.desktop.in.in.h:3
|
|
msgid "storage;space;cleanup;"
|
|
-msgstr "storage;space;cleanup;spațiu;curăță;depozitare;stocare"
|
|
+msgstr "storage;space;cleanup;spațiu;curăță;depozitare;stocare;"
|
|
|
|
#: ../data/org.gnome.baobab.gschema.xml.in.in.h:1
|
|
msgid "Excluded partitions URIs"
|
|
--
|
|
2.7.1
|
|
|