r23424 - gnucash/trunk/src/report/report-system - i18n update: Remove some almost-duplicate strings by removing unneeded punctuation.

Christian Stimming cstim at code.gnucash.org
Thu Nov 21 16:23:26 EST 2013


Author: cstim
Date: 2013-11-21 16:23:26 -0500 (Thu, 21 Nov 2013)
New Revision: 23424
Trac: http://svn.gnucash.org/trac/changeset/23424

Modified:
   gnucash/trunk/src/report/report-system/options-utilities.scm
Log:
i18n update: Remove some almost-duplicate strings by removing unneeded punctuation.

Modified: gnucash/trunk/src/report/report-system/options-utilities.scm
===================================================================
--- gnucash/trunk/src/report/report-system/options-utilities.scm	2013-11-21 21:23:15 UTC (rev 23423)
+++ gnucash/trunk/src/report/report-system/options-utilities.scm	2013-11-21 21:23:26 UTC (rev 23424)
@@ -70,7 +70,7 @@
     help-string
     default-depth
     (list (list->vector
-	   (list 'all (N_ "All") (N_ "All accounts.")))
+	   (list 'all (N_ "All") (N_ "All accounts")))
 	  (list->vector
 	   (list 1 "1" (N_ "Top-level.")))
 	  (list->vector
@@ -217,15 +217,15 @@
     (N_ "Choose the marker for each data point.")
     default
     (list
-     (vector 'diamond (N_ "Diamond") (N_ "Hollow diamond."))
-     (vector 'circle (N_ "Circle") (N_ "Hollow circle."))
-     (vector 'square (N_ "Square") (N_ "Hollow square."))
-     (vector 'cross (N_ "Cross") (N_ "Cross."))
-     (vector 'plus (N_ "Plus") (N_ "Plus."))
-     (vector 'dash (N_ "Dash") (N_ "Dash."))
-     (vector 'filleddiamond (N_ "Filled diamond") (N_ "Diamond filled with color."))
-     (vector 'filledcircle (N_ "Filled circle") (N_ "Circle filled with color."))
-     (vector 'filledsquare (N_ "Filled square") (N_ "Square filled with color."))))))
+     (vector 'diamond (N_ "Diamond") (N_ "Hollow diamond"))
+     (vector 'circle (N_ "Circle") (N_ "Hollow circle"))
+     (vector 'square (N_ "Square") (N_ "Hollow square"))
+     (vector 'cross (N_ "Cross") (N_ "Cross"))
+     (vector 'plus (N_ "Plus") (N_ "Plus"))
+     (vector 'dash (N_ "Dash") (N_ "Dash"))
+     (vector 'filleddiamond (N_ "Filled diamond") (N_ "Diamond filled with color"))
+     (vector 'filledcircle (N_ "Filled circle") (N_ "Circle filled with color"))
+     (vector 'filledsquare (N_ "Filled square") (N_ "Square filled with color"))))))
 
 
 (define (gnc:options-add-sort-method!



More information about the gnucash-changes mailing list