Skip to content

Commit

Permalink
fix #195421: "Bubly" misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored and lasconic committed May 26, 2017
1 parent f0d2af5 commit 55d2b60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libmscore/bagpembell.cpp
Expand Up @@ -157,9 +157,9 @@ BagpipeEmbellishmentInfo BagpipeEmbellishment::BagpipeEmbellishmentList[] = {
{ QT_TRANSLATE_NOOP("bagpipe", "Half heavy D throw"), "D LG C" },
{ QT_TRANSLATE_NOOP("bagpipe", "Taorluath"), "D LG E" },

// Birl, Bubly, D Throws (continued) and Taorluaths (continued)
// Birl, Bubbly, D Throws (continued) and Taorluaths (continued)
{ QT_TRANSLATE_NOOP("bagpipe", "Birl"), "LA LG LA LG" },
{ QT_TRANSLATE_NOOP("bagpipe", "Bubly"), "D LG C LG" },
{ QT_TRANSLATE_NOOP("bagpipe", "Bubbly"), "D LG C LG" },
{ QT_TRANSLATE_NOOP("bagpipe", "Heavy D throw"), "LG D LG C" },
{ QT_TRANSLATE_NOOP("bagpipe", "Taorluath"), "LG D LG E" },
{ QT_TRANSLATE_NOOP("bagpipe", "Taorluath"), "LG B LG E" },
Expand Down Expand Up @@ -215,8 +215,8 @@ BagpipeEmbellishmentInfo BagpipeEmbellishment::BagpipeEmbellishmentList[] = {
{ QT_TRANSLATE_NOOP("bagpipe", "Thumb grip on F"), "HA F LG F LG" },
{ QT_TRANSLATE_NOOP("bagpipe", "Thumb grip on high G"), "HA HG LG F LG" },

// Bubly
{ QT_TRANSLATE_NOOP("bagpipe", "Bubly"), "LG D LG C LG" },
// Bubbly
{ QT_TRANSLATE_NOOP("bagpipe", "Bubbly"), "LG D LG C LG" },

// Birls
{ QT_TRANSLATE_NOOP("bagpipe", "Birl"), "HG LA LG LA LG" },
Expand Down

0 comments on commit 55d2b60

Please sign in to comment.