Fix desktop file keyword translations

This commit is contained in:
Kalev Lember 2013-03-20 23:12:47 +01:00
parent f5745d4b59
commit 0d9fba4609
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,26 @@
From 336758c245cc31dd791ff92255e8ccfca70770e6 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
Date: Wed, 20 Mar 2013 23:07:37 +0100
Subject: [PATCH] Fix desktop file keyword translations
https://bugzilla.gnome.org/show_bug.cgi?id=696231
---
po/sk.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/sk.po b/po/sk.po
index 65d8fd8..f21299b 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -419,7 +419,7 @@ msgstr "Vykonáva aritmetické, vedecké alebo finančné výpočty"
#: ../data/gnome-calculator.desktop.in.h:3
msgid "calculation;arithmetic;scientific;financial;"
-msgstr "výpočty;aritmetické;vedecké;finančné"
+msgstr "výpočty;aritmetické;vedecké;finančné;"
#: ../data/org.gnome.calculator.gschema.xml.in.h:1
msgid "Accuracy value"
--
1.8.1.4

View File

@ -8,6 +8,7 @@ License: GPLv2+
URL: http://live.gnome.org/Gcalctool
#VCS: git:git://git.gnome.org/gcalctool
Source0: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
Patch0: gnome-calculator-keywords.patch
BuildRequires: glib2-devel
BuildRequires: gtk3-devel
@ -34,6 +35,7 @@ to do its arithmetic to give a high degree of accuracy.
%prep
%setup -q
%patch0 -p1 -b .keywords
%build