[GRASS-SVN] r71766 - in grass/branches/releasebranch_7_2: gui/wxpython/gmodeler gui/wxpython/gui_core gui/wxpython/iscatt gui/wxpython/vnet imagery/i.smap include/iostream lib/db/sqlp lib/gmath lib/gmath/test lib/gpde locale/po man raster/r.terraflow temporal temporal/t.rast.accdetect vector/v.external vector/v.net.steiner
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 18 12:26:57 PST 2017
Author: neteler
Date: 2017-11-18 12:26:56 -0800 (Sat, 18 Nov 2017)
New Revision: 71766
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/gmodeler/frame.py
grass/branches/releasebranch_7_2/gui/wxpython/gui_core/goutput.py
grass/branches/releasebranch_7_2/gui/wxpython/iscatt/dialogs.py
grass/branches/releasebranch_7_2/gui/wxpython/iscatt/plots.py
grass/branches/releasebranch_7_2/gui/wxpython/vnet/dialogs.py
grass/branches/releasebranch_7_2/imagery/i.smap/multialloc.c
grass/branches/releasebranch_7_2/include/iostream/embuffer.h
grass/branches/releasebranch_7_2/lib/db/sqlp/sqlp.l
grass/branches/releasebranch_7_2/lib/gmath/solvers_direct.c
grass/branches/releasebranch_7_2/lib/gmath/test/test_gmath_lib.h
grass/branches/releasebranch_7_2/lib/gmath/test/test_tools_les.c
grass/branches/releasebranch_7_2/lib/gpde/n_les_assemble.c
grass/branches/releasebranch_7_2/locale/po/grassmods_ar.po
grass/branches/releasebranch_7_2/locale/po/grassmods_cs.po
grass/branches/releasebranch_7_2/locale/po/grassmods_de.po
grass/branches/releasebranch_7_2/locale/po/grassmods_el.po
grass/branches/releasebranch_7_2/locale/po/grassmods_es.po
grass/branches/releasebranch_7_2/locale/po/grassmods_fi.po
grass/branches/releasebranch_7_2/locale/po/grassmods_fr.po
grass/branches/releasebranch_7_2/locale/po/grassmods_id_ID.po
grass/branches/releasebranch_7_2/locale/po/grassmods_it.po
grass/branches/releasebranch_7_2/locale/po/grassmods_ja.po
grass/branches/releasebranch_7_2/locale/po/grassmods_ko.po
grass/branches/releasebranch_7_2/locale/po/grassmods_lv.po
grass/branches/releasebranch_7_2/locale/po/grassmods_ml.po
grass/branches/releasebranch_7_2/locale/po/grassmods_pl.po
grass/branches/releasebranch_7_2/locale/po/grassmods_pt.po
grass/branches/releasebranch_7_2/locale/po/grassmods_pt_BR.po
grass/branches/releasebranch_7_2/locale/po/grassmods_ro.po
grass/branches/releasebranch_7_2/locale/po/grassmods_ru.po
grass/branches/releasebranch_7_2/locale/po/grassmods_si.po
grass/branches/releasebranch_7_2/locale/po/grassmods_sl.po
grass/branches/releasebranch_7_2/locale/po/grassmods_th.po
grass/branches/releasebranch_7_2/locale/po/grassmods_tr.po
grass/branches/releasebranch_7_2/locale/po/grassmods_uk.po
grass/branches/releasebranch_7_2/locale/po/grassmods_vi.po
grass/branches/releasebranch_7_2/locale/po/grassmods_zh.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_cs.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_de.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_el.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_es.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_fi.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_fr.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_id.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_id_ID.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_it.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_ja.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_ml.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_pl.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt_BR.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_ro.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_ru.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_si.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_th.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_tr.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_uk.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_vi.po
grass/branches/releasebranch_7_2/locale/po/grasswxpy_zh.po
grass/branches/releasebranch_7_2/man/build_keywords.py
grass/branches/releasebranch_7_2/raster/r.terraflow/main.cpp
grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.html
grass/branches/releasebranch_7_2/temporal/temporalintro.html
grass/branches/releasebranch_7_2/vector/v.external/v.external.html
grass/branches/releasebranch_7_2/vector/v.net.steiner/main.c
Log:
fix spelling errors (#3447, Debian lintian QA tool), thanks to Bas Couwenberg
Modified: grass/branches/releasebranch_7_2/gui/wxpython/gmodeler/frame.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/gmodeler/frame.py 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/gui/wxpython/gmodeler/frame.py 2017-11-18 20:26:56 UTC (rev 71766)
@@ -1391,7 +1391,7 @@
dlg.Destroy()
def OnBeginDragLeft(self, x, y, keys=0, attachment=0):
- """Drag shape (begining)"""
+ """Drag shape (beginning)"""
self.frame.ModelChanged()
if self._previousHandler:
self._previousHandler.OnBeginDragLeft(x, y, keys, attachment)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/gui_core/goutput.py 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/gui/wxpython/gui_core/goutput.py 2017-11-18 20:26:56 UTC (rev 71766)
@@ -568,7 +568,7 @@
self.SetUndoCollection(True)
self.SetReadOnly(True)
- # remember position of line begining (used for '\r')
+ # remember position of line beginning (used for '\r')
self.linePos = -1
#
Modified: grass/branches/releasebranch_7_2/gui/wxpython/iscatt/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/iscatt/dialogs.py 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/gui/wxpython/iscatt/dialogs.py 2017-11-18 20:26:56 UTC (rev 71766)
@@ -369,7 +369,7 @@
col[0], col[1], col[2], 255))
self.sizeSetts = {
- "snap_tresh": ["selection", _("Snapping treshold in pixels:")],
+ "snap_tresh": ["selection", _("Snapping threshold in pixels:")],
"sel_area_opacty": ["selection", _("Selected area opacity:")]
}
Modified: grass/branches/releasebranch_7_2/gui/wxpython/iscatt/plots.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/iscatt/plots.py 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/gui/wxpython/iscatt/plots.py 2017-11-18 20:26:56 UTC (rev 71766)
@@ -765,7 +765,7 @@
self.line.set_visible(vis) # don't use the pol visibility state
def get_ind_under_point(self, event):
- 'get the index of the vertex under point if within treshold'
+ 'get the index of the vertex under point if within threshold'
# display coords
xy = np.asarray(self.pol.xy)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/vnet/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/vnet/dialogs.py 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/gui/wxpython/vnet/dialogs.py 2017-11-18 20:26:56 UTC (rev 71766)
@@ -1279,7 +1279,7 @@
"line_width": ["res_style", _("Line width:")],
"point_size": ["point_symbol", _("Point size:")],
"point_width": ["point_symbol", _("Point width:")],
- "snap_tresh": ["other", _("Snapping treshold in pixels:")],
+ "snap_tresh": ["other", _("Snapping threshold in pixels:")],
"max_hist_steps": ["other", _("Maximum number of results in history:")]
}
Modified: grass/branches/releasebranch_7_2/imagery/i.smap/multialloc.c
===================================================================
--- grass/branches/releasebranch_7_2/imagery/i.smap/multialloc.c 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/imagery/i.smap/multialloc.c 2017-11-18 20:26:56 UTC (rev 71766)
@@ -71,7 +71,7 @@
*s1 = (t += sizeof(char **) * *(q + 1));
s1++;
}
- r = (char **)r[0]; /* step through to begining of next
+ r = (char **)r[0]; /* step through to beginning of next
* dimension array */
}
max *= (*q); /* max is total number of elements in the
Modified: grass/branches/releasebranch_7_2/include/iostream/embuffer.h
===================================================================
--- grass/branches/releasebranch_7_2/include/iostream/embuffer.h 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/include/iostream/embuffer.h 2017-11-18 20:26:56 UTC (rev 71766)
@@ -225,7 +225,7 @@
//the buffers can be depleted to fill the internal pq;
//keep an array which counts, for each stream, how many elements
- //have been deleted (implicitely from the begining of stream)
+ //have been deleted (implicitely from the beginning of stream)
long* deleted;
//nb of items in each substream; this can be found out by calling
@@ -376,7 +376,7 @@
// several buffers pointing to the same stream.
// stream is assumed sorted; bos = how many elements are deleted
- // from the begining of stream;
+ // from the beginning of stream;
// return the number of items actually inserted
long insert(AMI_STREAM<T>* str,
@@ -1132,7 +1132,7 @@
stream.
stream is assume stream is sorted; bos = how many elements must be
- skipped (were deleted) from the begining fo stream;
+ skipped (were deleted) from the beginning fo stream;
return the number of items actually inserted */
template<class T, class Key>
Modified: grass/branches/releasebranch_7_2/lib/db/sqlp/sqlp.l
===================================================================
--- grass/branches/releasebranch_7_2/lib/db/sqlp/sqlp.l 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/lib/db/sqlp/sqlp.l 2017-11-18 20:26:56 UTC (rev 71766)
@@ -252,7 +252,7 @@
/**********************************************************************
* yyerror
*
- * This should be called just before failing. It formats a meaningfull
+ * This should be called just before failing. It formats a meaningful
* message and deposits it in a useful place.
*
**********************************************************************/
Modified: grass/branches/releasebranch_7_2/lib/gmath/solvers_direct.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/gmath/solvers_direct.c 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/lib/gmath/solvers_direct.c 2017-11-18 20:26:56 UTC (rev 71766)
@@ -120,17 +120,17 @@
* \param A double **
* \param x double *
* \param b double *
- * \param bandwith int -- the bandwith of the band matrix, if unsure set to rows
+ * \param bandwidth int -- the bandwidth of the band matrix, if unsure set to rows
* \param rows int
* \return int -- 1 success
* */
-int G_math_solver_cholesky(double **A, double *x, double *b, int bandwith,
+int G_math_solver_cholesky(double **A, double *x, double *b, int bandwidth,
int rows)
{
G_message(_("Starting cholesky decomposition solver"));
- if (G_math_cholesky_decomposition(A, rows, bandwith) != 1) {
+ if (G_math_cholesky_decomposition(A, rows, bandwidth) != 1) {
G_warning(_("Unable to solve the linear equation system"));
return -2;
}
@@ -206,18 +206,18 @@
/*!
* \brief cholesky decomposition for symmetric, positiv definite matrices
- * with bandwith optimization
+ * with bandwidth optimization
*
* The provided matrix will be overwritten with the lower and
* upper triangle matrix A = LL^T
*
* \param A double **
* \param rows int
- * \param bandwith int -- the bandwith of the matrix (0 > bandwith <= cols)
+ * \param bandwidth int -- the bandwidth of the matrix (0 > bandwidth <= cols)
* \return void
*
* */
-int G_math_cholesky_decomposition(double **A, int rows, int bandwith)
+int G_math_cholesky_decomposition(double **A, int rows, int bandwidth)
{
int i = 0, j = 0, k = 0;
@@ -228,10 +228,10 @@
int colsize;
- if (bandwith <= 0)
- bandwith = rows;
+ if (bandwidth <= 0)
+ bandwidth = rows;
- colsize = bandwith;
+ colsize = bandwidth;
for (k = 0; k < rows; k++) {
#pragma omp parallel for schedule (static) private(i, j, sum_2) shared(A, k) reduction(+:sum_1)
@@ -246,11 +246,11 @@
A[k][k] = sqrt(A[k][k] - sum_1);
sum_1 = 0.0;
- if ((k + bandwith) > rows) {
+ if ((k + bandwidth) > rows) {
colsize = rows;
}
else {
- colsize = k + bandwith;
+ colsize = k + bandwidth;
}
#pragma omp parallel for schedule (static) private(i, j, sum_2) shared(A, k, sum_1, colsize)
Modified: grass/branches/releasebranch_7_2/lib/gmath/test/test_gmath_lib.h
===================================================================
--- grass/branches/releasebranch_7_2/lib/gmath/test/test_gmath_lib.h 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/lib/gmath/test/test_gmath_lib.h 2017-11-18 20:26:56 UTC (rev 71766)
@@ -41,7 +41,7 @@
int cols; /*number of cols */
int quad; /*is the matrix quadratic (1-quadratic, 0 not)*/
int type; /*the type of the les, normal == 0, sparse == 1 */
- int bandwith; /*the bandwith of the matrix (0 < bandwidth <= cols)*/
+ int bandwidth; /*the bandwidth of the matrix (0 < bandwidth <= cols)*/
int symm; /*0 if matrix unsymmetric, 1 if symmetric*/
} G_math_les;
@@ -55,7 +55,7 @@
int cols; /*number of cols */
int quad; /*is the matrix quadratic (1-quadratic, 0 not)*/
int type; /*the type of the les, normal == 0, sparse == 1 */
- int bandwith; /*the bandwith of the matrix (0 < bandwidth <= cols)*/
+ int bandwidth; /*the bandwidth of the matrix (0 < bandwidth <= cols)*/
int symm; /*0 if matrix unsymmetric, 1 if symmetric*/
} G_math_f_les;
Modified: grass/branches/releasebranch_7_2/lib/gmath/test/test_tools_les.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/gmath/test/test_tools_les.c 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/lib/gmath/test/test_tools_les.c 2017-11-18 20:26:56 UTC (rev 71766)
@@ -205,7 +205,7 @@
les->rows = rows;
les->cols = cols;
les->symm = 0;
- les->bandwith = cols;
+ les->bandwidth = cols;
if (rows == cols)
les->quad = 1;
else
@@ -268,7 +268,7 @@
les->rows = rows;
les->cols = cols;
les->symm = 0;
- les->bandwith = cols;
+ les->bandwidth = cols;
if (rows == cols)
les->quad = 1;
else
Modified: grass/branches/releasebranch_7_2/lib/gpde/n_les_assemble.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/gpde/n_les_assemble.c 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/lib/gpde/n_les_assemble.c 2017-11-18 20:26:56 UTC (rev 71766)
@@ -761,7 +761,7 @@
* \brief Integrate Dirichlet or Transmission boundary conditions into the les (2s)
*
* Dirichlet and Transmission boundary conditions will be integrated into
- * the provided linear equation system. This is meaningfull if
+ * the provided linear equation system. This is meaningful if
* the les was created with #N_assemble_les_2d_dirichlet, because in
* this case Dirichlet boundary conditions are not automatically included.
*
@@ -1214,7 +1214,7 @@
* \brief Integrate Dirichlet or Transmission boundary conditions into the les (3d)
*
* Dirichlet and Transmission boundary conditions will be integrated into
- * the provided linear equation system. This is meaningfull if
+ * the provided linear equation system. This is meaningful if
* the les was created with #N_assemble_les_2d_dirichlet, because in
* this case Dirichlet boundary conditions are not automatically included.
*
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_ar.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_ar.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_ar.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5995,7 +5995,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_cs.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_cs.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_cs.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5634,7 +5634,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_de.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_de.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_de.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5660,7 +5660,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_el.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_el.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_el.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5574,7 +5574,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_es.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_es.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_es.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5725,7 +5725,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_fi.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_fi.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_fi.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5554,7 +5554,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_fr.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_fr.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_fr.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5594,7 +5594,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_id_ID.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_id_ID.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_id_ID.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -18693,7 +18693,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_it.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_it.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_it.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5612,7 +5612,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_ja.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_ja.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_ja.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5554,7 +5554,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_ko.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_ko.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_ko.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5535,7 +5535,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_lv.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_lv.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_lv.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5579,7 +5579,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_ml.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_ml.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_ml.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -18757,7 +18757,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_pl.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_pl.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_pl.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5610,7 +5610,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_pt.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_pt.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_pt.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5567,7 +5567,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_pt_BR.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_pt_BR.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_pt_BR.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5563,7 +5563,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_ro.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_ro.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_ro.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5592,7 +5592,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_ru.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_ru.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_ru.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5588,7 +5588,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_si.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_si.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_si.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -18757,7 +18757,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_sl.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_sl.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_sl.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6021,7 +6021,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_th.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_th.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_th.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5537,7 +5537,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_tr.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_tr.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_tr.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5563,7 +5563,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_uk.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_uk.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_uk.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -18822,7 +18822,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_vi.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_vi.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_vi.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5542,7 +5542,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grassmods_zh.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grassmods_zh.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grassmods_zh.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -5537,7 +5537,7 @@
#: ../vector/v.net.steiner/main.c:598
#, c-format
msgid ""
-"Spanning tree costs on complet graph = %f\n"
+"Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"
msgstr ""
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_cs.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_cs.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_cs.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6664,7 +6664,7 @@
msgstr "Šířka bodu:"
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr "Práh pro přichycení v pixelech:"
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_de.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_de.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_de.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6753,7 +6753,7 @@
msgstr "Punktbreite:"
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_el.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_el.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_el.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6546,7 +6546,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_es.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_es.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_es.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6941,7 +6941,7 @@
msgstr "Anchura del punto:"
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_fi.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_fi.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_fi.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6528,7 +6528,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_fr.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_fr.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_fr.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6924,7 +6924,7 @@
msgstr "Épaisseur du point :"
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr "Seuil de magnétisme en pixels :"
#: ../gui/wxpython/vnet/dialogs.py:1283
@@ -19738,7 +19738,7 @@
msgid "Build Platform"
msgstr "Plateforme"
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
msgstr "Nombre de lignes du cadre d'échantillonage"
#, fuzzy
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_id.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_id.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_id.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -7250,7 +7250,7 @@
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
#, fuzzy
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr "Batas snapping"
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_id_ID.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_id_ID.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_id_ID.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -1960,7 +1960,7 @@
msgstr ""
#: ../gui/wxpython/iscatt/dialogs.py:372 ../gui/wxpython/vnet/dialogs.py:1282
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/iscatt/dialogs.py:373
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_it.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_it.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_it.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6865,7 +6865,7 @@
msgstr "Grandezza del punto:"
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr "Soglia di snap in pixels:"
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_ja.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_ja.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_ja.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6694,7 +6694,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_ml.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_ml.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_ml.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6555,7 +6555,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_pl.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_pl.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_pl.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6697,7 +6697,7 @@
msgstr "Szerokość punktu:"
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr "Próg przyciągania w pikselach:"
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6546,7 +6546,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt_BR.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt_BR.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_pt_BR.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6578,7 +6578,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_ro.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_ro.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_ro.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6723,7 +6723,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_ru.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_ru.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_ru.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6564,7 +6564,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_si.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_si.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_si.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -1960,7 +1960,7 @@
msgstr ""
#: ../gui/wxpython/iscatt/dialogs.py:372 ../gui/wxpython/vnet/dialogs.py:1282
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/iscatt/dialogs.py:373
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_th.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_th.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_th.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6520,7 +6520,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_tr.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_tr.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_tr.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6568,7 +6568,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_uk.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_uk.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_uk.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -1961,7 +1961,7 @@
msgstr ""
#: ../gui/wxpython/iscatt/dialogs.py:372 ../gui/wxpython/vnet/dialogs.py:1282
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/iscatt/dialogs.py:373
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_vi.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_vi.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_vi.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6524,7 +6524,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/locale/po/grasswxpy_zh.po
===================================================================
--- grass/branches/releasebranch_7_2/locale/po/grasswxpy_zh.po 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/locale/po/grasswxpy_zh.po 2017-11-18 20:26:56 UTC (rev 71766)
@@ -6572,7 +6572,7 @@
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1282 ../gui/wxpython/iscatt/dialogs.py:372
-msgid "Snapping treshold in pixels:"
+msgid "Snapping threshold in pixels:"
msgstr ""
#: ../gui/wxpython/vnet/dialogs.py:1283
Modified: grass/branches/releasebranch_7_2/man/build_keywords.py
===================================================================
--- grass/branches/releasebranch_7_2/man/build_keywords.py 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/man/build_keywords.py 2017-11-18 20:26:56 UTC (rev 71766)
@@ -91,16 +91,16 @@
keywordsfile.write("</dl>\n")
# create toc
toc = '<div class="toc">\n<h4 class="toc">Table of contents</h4><p class="toc">'
-test_lenght = 0
+test_length = 0
all_keys = len(char_list.keys())
for k in sorted(char_list.keys()):
- test_lenght += 1
+ test_length += 1
# toc += '<li><a href="#%s" class="toc">%s</a></li>' % (char_list[k], k)
- if test_lenght % 4 == 0 and not test_lenght == all_keys:
+ if test_length % 4 == 0 and not test_length == all_keys:
toc += '\n<a href="#%s" class="toc">%s</a>, ' % (char_list[k], k)
- elif test_lenght % 4 == 0 and test_lenght == all_keys:
+ elif test_length % 4 == 0 and test_length == all_keys:
toc += '\n<a href="#%s" class="toc">%s</a>' % (char_list[k], k)
- elif test_lenght == all_keys:
+ elif test_length == all_keys:
toc += '<a href="#%s" class="toc">%s</a>' % (char_list[k], k)
else:
toc += '<a href="#%s" class="toc">%s</a>, ' % (char_list[k], k)
Modified: grass/branches/releasebranch_7_2/raster/r.terraflow/main.cpp
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.terraflow/main.cpp 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/raster/r.terraflow/main.cpp 2017-11-18 20:26:56 UTC (rev 71766)
@@ -115,7 +115,7 @@
d8cut->label = _("Routing using SFD (D8) direction");
d8cut->description =
_("If flow accumulation is larger than this value it is routed using "
- "SFD (D8) direction (meaningfull only for MFD flow). "
+ "SFD (D8) direction (meaningful only for MFD flow). "
"If no answer is given it defaults to infinity.");
/* main memory */
Modified: grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.html
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.html 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.html 2017-11-18 20:26:56 UTC (rev 71766)
@@ -24,7 +24,7 @@
process can be set either by using space time raster datasets or
by using fixed values for all raster cells and time steps.
<p>
-Using space time raster datasets allows to specify minimum and maximum
+Using space time raster datasets allows specifying minimum and maximum
values for each raster cell and each time step. For example, we want to
detect the germination (minimum value) and harvesting (maximum value)
dates for different crops in Germany using the growing-degree-day (GDD)
Modified: grass/branches/releasebranch_7_2/temporal/temporalintro.html
===================================================================
--- grass/branches/releasebranch_7_2/temporal/temporalintro.html 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/temporal/temporalintro.html 2017-11-18 20:26:56 UTC (rev 71766)
@@ -139,11 +139,11 @@
methods to list maps and uses SQL queries to determine how these maps
are selected and sorted. Subsets of space-time raster datasets can be
extracted with <a href="t.rast.extract.html">t.rast.extract</a> that
-allows to perform additional mapcalc operations on the selected raster
+allows performing additional mapcalc operations on the selected raster
maps.
<p>
Several modules in the temporal framework have a <em>where</em> option.
-This option allows to perform different selections of maps registered
+This option allows performing different selections of maps registered
in the temporal database and in space-time datasets. The columns that
can be used to perform these selections are: <i>id, name, creator,
mapset, temporal_type, creation_time, start_time, end_time, north,
@@ -172,8 +172,8 @@
different approaches. To aggregate a space-time raster dataset using a
temporal granularity like 4 months, 7 days and so on, use
<a href="t.rast.aggregate.html">t.rast.aggregate</a>. The module
-<a href="t.rast.aggregate.ds.html">t.rast.aggregate.ds</a> allows to
-aggregate a space-time raster dataset using the time intervals of the
+<a href="t.rast.aggregate.ds.html">t.rast.aggregate.ds</a> allows
+aggregating a space-time raster dataset using the time intervals of the
maps of another space-time dataset (raster, 3D raster and vector). A
simple interface to <a href="r.series.html">r.series</a> is the module
<a href="t.rast.series.html">t.rast.series</a> that processes the whole
Modified: grass/branches/releasebranch_7_2/vector/v.external/v.external.html
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.external/v.external.html 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/vector/v.external/v.external.html 2017-11-18 20:26:56 UTC (rev 71766)
@@ -31,7 +31,7 @@
or <em>v.in.ogr</em> to get true topology support. Importantly, point
cloud data which do not have topology, can be linked with <em>v.external</em>
as long as there are no attributes attached to these point cloud data, or
-if the format of the point cloud data has a key column that allows to link
+if the format of the point cloud data has a key column that allows linking
vector geometries to attributes.
<p>See <em><a href="v.db.connect.html">v.db.connect</a></em> for an
Modified: grass/branches/releasebranch_7_2/vector/v.net.steiner/main.c
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.net.steiner/main.c 2017-11-18 20:18:39 UTC (rev 71765)
+++ grass/branches/releasebranch_7_2/vector/v.net.steiner/main.c 2017-11-18 20:26:56 UTC (rev 71766)
@@ -595,7 +595,7 @@
/* Calculate true costs, which may be lower than MST if steiner points were not used */
if (nsp < nterms - 2) {
- G_message(_("Spanning tree costs on complet graph = %f\n"
+ G_message(_("Spanning tree costs on complete graph = %f\n"
"(may be higher than resulting Steiner tree costs!!!)"),
cost);
}
More information about the grass-commit
mailing list