Skip to content

Commit

Permalink
Merge pull request #12 from Llamatron2112/patch-1
Browse files Browse the repository at this point in the history
parsing french tooltips for duration fix
  • Loading branch information
cdmichaelb authored May 6, 2020
2 parents 9b33033 + 989ce65 commit b6b6e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OutfitterStrings_fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ if GetLocale() == "frFR" then
Outfitter.cScriptLabel = "Scripte:"

Outfitter.cNone = "None"
Outfitter.cUseTooltipLineFormat = "^Utiliser:.*"
Outfitter.cUseDurationTooltipLineFormat = "^Utiliser:.*pendant (%d+) seconds"
Outfitter.cUseDurationTooltipLineFormat2 = "^Utiliser:.*Dure (%d+) sec"
Outfitter.cUseTooltipLineFormat = "^Utiliser : .*"
Outfitter.cUseDurationTooltipLineFormat = "^Utiliser : .*pendant (%d+) sec"
Outfitter.cUseDurationTooltipLineFormat2 = "^Utiliser : .*Dure (%d+) sec"

Outfitter.cAutoChangesDisabled = "Automated changes are now disabled"
Outfitter.cAutoChangesEnabled = "Automated changes are now enabled"
Expand Down

0 comments on commit b6b6e5a

Please sign in to comment.