diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-11 19:00:01 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-11 19:00:01 -0400 |
commit | c2bf474d1f71c29b848e12a4af4b0860d8adb4ab (patch) | |
tree | c4a095553fed445798425281bdb39f1c72d303f1 | |
parent | 70f0b8b0cd7c85bd8af230cf6a74a0d0e1d0bbc2 (diff) |
Update example
-rw-r--r-- | ext/bg/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 91051f3e..96c1db82 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -492,7 +492,7 @@ </div> <div class="form-group"> - <label for="translation-collapse-emphatic-sequences">Collapse emphatic character sequences <span class="label-light">(かっっっこいい → かっこいい)</span></label> + <label for="translation-collapse-emphatic-sequences">Collapse emphatic character sequences <span class="label-light">(すっっごーーい → すっごーい / すごい)</span></label> <select class="form-control" id="translation-collapse-emphatic-sequences"> <option value="false">Disabled</option> <option value="true">Collapse into single character</option> |