Author: cazfi
Date: Tue May  3 05:35:02 2016
New Revision: 32547

URL: http://svn.gna.org/viewcvs/freeciv?rev=32547&view=rev
Log:
Fixed typo 'garphic' -> 'graphic' in unit type field 'graphic_alt' 
documentation.

See patch #7169

Modified:
    trunk/data/alien/units.ruleset
    trunk/data/civ1/units.ruleset
    trunk/data/civ2/units.ruleset
    trunk/data/civ2civ3/units.ruleset
    trunk/data/classic/units.ruleset
    trunk/data/experimental/units.ruleset
    trunk/data/multiplayer/units.ruleset
    trunk/data/ruledit/comments.txt
    trunk/data/sandbox/units.ruleset
    trunk/data/stub/units.ruleset

Modified: trunk/data/alien/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/alien/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/alien/units.ruleset      (original)
+++ trunk/data/alien/units.ruleset      Tue May  3 05:35:02 2016
@@ -203,7 +203,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/civ1/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ1/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/civ1/units.ruleset       (original)
+++ trunk/data/civ1/units.ruleset       Tue May  3 05:35:02 2016
@@ -181,7 +181,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/civ2/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/civ2/units.ruleset       (original)
+++ trunk/data/civ2/units.ruleset       Tue May  3 05:35:02 2016
@@ -194,7 +194,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/civ2civ3/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/civ2civ3/units.ruleset   (original)
+++ trunk/data/civ2civ3/units.ruleset   Tue May  3 05:35:02 2016
@@ -234,7 +234,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/classic/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/classic/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/classic/units.ruleset    (original)
+++ trunk/data/classic/units.ruleset    Tue May  3 05:35:02 2016
@@ -207,7 +207,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/experimental/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/experimental/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/experimental/units.ruleset       (original)
+++ trunk/data/experimental/units.ruleset       Tue May  3 05:35:02 2016
@@ -221,7 +221,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/multiplayer/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/multiplayer/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/multiplayer/units.ruleset        (original)
+++ trunk/data/multiplayer/units.ruleset        Tue May  3 05:35:02 2016
@@ -206,7 +206,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/ruledit/comments.txt
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/ruledit/comments.txt?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/ruledit/comments.txt     (original)
+++ trunk/data/ruledit/comments.txt     Tue May  3 05:35:02 2016
@@ -286,7 +286,7 @@
 ;                 must not change, use this when renaming a unit after a\n\
 ;                 ruleset has been released.\n\
 ; graphic       = tag specifying preferred graphic\n\
-; graphic_alt  = tag for alternate garphic if preferred graphic is not\n\
+; graphic_alt  = tag for alternate graphic if preferred graphic is not\n\
 ;                present; especially if preferred graphic is non-standard,\n\
 ;                this should be a standard tag.  Otherwise can use eg \"-\"\n\
 ;                for no alternate graphic.\n\

Modified: trunk/data/sandbox/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/sandbox/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/sandbox/units.ruleset    (original)
+++ trunk/data/sandbox/units.ruleset    Tue May  3 05:35:02 2016
@@ -242,7 +242,7 @@
 ;                 must not change, use this when renaming a unit after a
 ;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.

Modified: trunk/data/stub/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/stub/units.ruleset?rev=32547&r1=32546&r2=32547&view=diff
==============================================================================
--- trunk/data/stub/units.ruleset       (original)
+++ trunk/data/stub/units.ruleset       Tue May  3 05:35:02 2016
@@ -139,9 +139,13 @@
 ;
 ; ** Fields **
 ;
-; name          = name as seen by user
+; name          = translatable name as seen by user
+; rule_name     = (optional) name for savegames, rulesets etc; if not
+;                 present, 'name' is used. Since the name used in savegames
+;                 must not change, use this when renaming a unit after a
+;                 ruleset has been released.
 ; graphic       = tag specifying preferred graphic
-; graphic_alt  = tag for alternate garphic if preferred graphic is not
+; graphic_alt  = tag for alternate graphic if preferred graphic is not
 ;                present; especially if preferred graphic is non-standard,
 ;                this should be a standard tag.  Otherwise can use eg "-"
 ;                for no alternate graphic.


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to