summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-12-29 18:11:12 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-12-29 18:11:12 +0100
commit6d64359468893d20a43401057d34a0d2f2b3d790 (patch)
tree3583efdc13ab144373c3136dc8c9734ab23a7e0d
parentff9da8260d5858c4b345467fcb922f4f48824550 (diff)
New debian/patches/0900-spelling-errors.patch
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/0900-spelling-errors.patch58
-rw-r--r--debian/patches/series1
3 files changed, 60 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b0b211d..8dce917 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ xtrkcad (1:4.2.4a-1) unstable; urgency=medium
- Add -DCMAKE_INSTALL_PREFIX:PATH=/usr/ to dh_auto_configure.
* New debian/patches/0700-info_file.patch to add requested directory entry
and INFO-DIR-SECTION.
+ * New debian/patches/0900-spelling-errors.patch to correct some typos.
* Rewrite debian/watch to use the sf redirector.
- Add files to exclude in debian/copyright.
* Rewrite debian/copyright.
diff --git a/debian/patches/0900-spelling-errors.patch b/debian/patches/0900-spelling-errors.patch
new file mode 100644
index 0000000..7570f18
--- /dev/null
+++ b/debian/patches/0900-spelling-errors.patch
@@ -0,0 +1,58 @@
+Description: Correct some typos
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Forwarded: https://sourceforge.net/p/xtrkcad-fork/bugs/165/
+Last-Update: 2016-12-29
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/app/help/genhelp.in
+===================================================================
+--- trunk.orig/app/help/genhelp.in
++++ trunk/app/help/genhelp.in
+@@ -346,7 +346,7 @@ draw-benchorient Orientation of Benchwor
+ draw-arrowsize Size of Dimension Arrows cmdDraw
+ #
+ easement-val This controls the sharpness of the easement curve cmdEasement
+-easement-r Minumum radius cmdEasement
++easement-r Minimum radius cmdEasement
+ easement-x Maximum offset cmdEasement
+ easement-l Easement length cmdEasement
+ easement-radio These radio buttons are a short-cut for Values of 0.0, 0.5, 1.0 and 2.0. None turns Easements off cmdEasement
+Index: trunk/app/i18n/fi.po
+===================================================================
+--- trunk.orig/app/i18n/fi.po
++++ trunk/app/i18n/fi.po
+@@ -5702,7 +5702,7 @@ msgid "Mint"
+ msgstr "Loistava"
+
+ #: ../../../../build/xtrkcad/app/bin/bllnhlp.c:298
+-msgid "Minumum radius"
++msgid "Minimum radius"
+ msgstr "Pienin karresäde"
+
+ #: ../../../../build/xtrkcad/app/i18n/custmsg.h:41
+Index: trunk/app/i18n/pt_BR.po
+===================================================================
+--- trunk.orig/app/i18n/pt_BR.po
++++ trunk/app/i18n/pt_BR.po
+@@ -7210,7 +7210,7 @@ msgid "This controls the sharpness of th
+ msgstr ""
+
+ #: ../../../../xtrkcad-build/app/bin/bllnhlp.c:297
+-msgid "Minumum radius"
++msgid "Minimum radius"
+ msgstr ""
+
+ #: ../../../../xtrkcad-build/app/bin/bllnhlp.c:298
+Index: trunk/app/i18n/de_DE.po
+===================================================================
+--- trunk.orig/app/i18n/de_DE.po
++++ trunk/app/i18n/de_DE.po
+@@ -6814,7 +6814,7 @@ msgid "This controls the sharpness of th
+ msgstr "Steuert die Größe des Übergangsradius"
+
+ #: ../../../build/xtc_4-2-3dev/app/bin/bllnhlp.c:306
+-msgid "Minumum radius"
++msgid "Minimum radius"
+ msgstr "Mindestgleisradius"
+
+ #: ../../../build/xtc_4-2-3dev/app/bin/bllnhlp.c:307
diff --git a/debian/patches/series b/debian/patches/series
index 17dfafe..c7cc441 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+0900-spelling-errors.patch
0700-info_file.patch
0100-gtk.patch