Browse Source

Merge pull request #4715 from dsnopek/remove-joke

Remove another easily misunderstood joke
Rémi Verschelde 4 years ago
parent
commit
bce4ceda16
1 changed files with 3 additions and 4 deletions
  1. 3 4
      tutorials/assets_pipeline/importing_translations.rst

+ 3 - 4
tutorials/assets_pipeline/importing_translations.rst

@@ -6,10 +6,9 @@ Importing translations
 Games and internationalization
 Games and internationalization
 ------------------------------
 ------------------------------
 
 
-The world is full of different markets and cultures and, to maximize
-profits™, nowadays games are released in several languages. To solve
-this, internationalized text must be supported in any modern game
-engine.
+The world is full of different languages and cultures, so nowadays games
+are released in several languages. To handle this, internationalized text
+must be supported in any modern game engine.
 
 
 In regular desktop or mobile applications, internationalized text is
 In regular desktop or mobile applications, internationalized text is
 usually located in resource files (or .po files for GNU stuff). Games,
 usually located in resource files (or .po files for GNU stuff). Games,