[qmapshack] 04/05: Add path to fix 'artificial' typo.

Bas Couwenberg sebastic at xs4all.nl
Sun Jan 11 11:23:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qmapshack.

commit e5f6ba7af883998692729b20d97fe1b8a6a346c2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 11 11:52:33 2015 +0100

    Add path to fix 'artificial' typo.
---
 debian/changelog                     |  1 +
 debian/patches/artificial-typo.patch | 48 ++++++++++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 50 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 12b1ae7..75454a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qmapshack (0.10.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Add path to fix 'artificial' typo.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 11 Jan 2015 11:32:19 +0100
 
diff --git a/debian/patches/artificial-typo.patch b/debian/patches/artificial-typo.patch
new file mode 100644
index 0000000..99426b5
--- /dev/null
+++ b/debian/patches/artificial-typo.patch
@@ -0,0 +1,48 @@
+Description: Fix 'artifical' typo, replace with 'artificial'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: https://bitbucket.org/maproom/qmapshack/pull-request/1/fix-artifical-typo-replace-with-artificial/diff
+
+--- a/src/gis/trk/filter/filter.cpp
++++ b/src/gis/trk/filter/filter.cpp
+@@ -293,7 +293,7 @@ void CGisItemTrk::filterObscureDate(int
+         }
+ 
+         deriveSecondaryData();
+-        changed(QObject::tr("Set artifical timestamps with delta of %1 sec.").arg(delta), "://icons/48x48/Time.png");
++        changed(QObject::tr("Set artificial timestamps with delta of %1 sec.").arg(delta), "://icons/48x48/Time.png");
+     }
+ }
+ 
+--- a/src/locale/qmapshack_cs.ts
++++ b/src/locale/qmapshack_cs.ts
+@@ -4318,7 +4318,7 @@ Filename: %1</source>
+     </message>
+     <message>
+         <location filename="../gis/trk/filter/filter.cpp" line="296"/>
+-        <source>Set artifical timestamps with delta of %1 sec.</source>
++        <source>Set artificial timestamps with delta of %1 sec.</source>
+         <translation type="unfinished"></translation>
+     </message>
+     <message>
+--- a/src/locale/qmapshack_de.ts
++++ b/src/locale/qmapshack_de.ts
+@@ -4433,7 +4433,7 @@ Dateiname: %1</translation>
+     </message>
+     <message>
+         <location filename="../gis/trk/filter/filter.cpp" line="296"/>
+-        <source>Set artifical timestamps with delta of %1 sec.</source>
++        <source>Set artificial timestamps with delta of %1 sec.</source>
+         <translation>Künstliche Zeitmarken mit einem Abstand von %1 Sek. gesetzt.</translation>
+     </message>
+     <message>
+--- a/src/locale/qmapshack_es.ts
++++ b/src/locale/qmapshack_es.ts
+@@ -4277,7 +4277,7 @@ Filename: %1</source>
+     </message>
+     <message>
+         <location filename="../gis/trk/filter/filter.cpp" line="296"/>
+-        <source>Set artifical timestamps with delta of %1 sec.</source>
++        <source>Set artificial timestamps with delta of %1 sec.</source>
+         <translation type="unfinished"></translation>
+     </message>
+     <message>
diff --git a/debian/patches/series b/debian/patches/series
index 60365d9..2e38cda 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-desktop.patch
+artificial-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git



More information about the Pkg-grass-devel mailing list