Skip to content

Commit

Permalink
gui2/preferences: Use curly quotes in quoted text in tooltips
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
irydacea committed Jul 8, 2018
1 parent dcbdac8 commit b8b4031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/advanced_preferences.cfg
Expand Up @@ -172,7 +172,7 @@
name= _ "Use experimental PRNG combat"
description= _ "Enables more determinstic chance-to-hit calculations. This is an experimental feature designed to bring the observed hit/miss rate more in line with the displayed percentages.
Note: this option only affects singleplayer, and the 'Save random seed' option must also be enabled when creating a game for this to work."
Note: this option only affects singleplayer, and the Save random seed option must also be enabled when creating a game for this to work."
type=boolean
default=no
[/advanced_preference]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/preferences/01_general.cfg
Expand Up @@ -81,7 +81,7 @@
# Starts at 0 since the slider values are used for vector index access.
minimum_value,maximum_value=0,11
step_size=1
tooltip= _ "Speed at which unit moves and animations play when 'Accelerated speed' is enabled or when Shift is held down in-game"
tooltip= _ "Speed at which unit moves and animations play when Accelerated speed is enabled or when Shift is held down in-game"
)
}
[/column]
Expand Down

0 comments on commit b8b4031

Please sign in to comment.