diff options
| author | 2020-09-02 15:23:15 -0400 | |
|---|---|---|
| committer | 2020-09-02 15:23:15 -0400 | |
| commit | 0914e840146616d90406ed2df79d33d90cf8ad92 (patch) | |
| tree | 3973bf556b157e5633a9de1425651c36baabf609 /src | |
| parent | Merge pull request #4621 from Morph1984/use-pi (diff) | |
| download | yuzu-0914e840146616d90406ed2df79d33d90cf8ad92.tar.gz yuzu-0914e840146616d90406ed2df79d33d90cf8ad92.tar.xz yuzu-0914e840146616d90406ed2df79d33d90cf8ad92.zip | |
main: Use three dots to complete the ellipsis
Fixes a typo in the UI file. An ellipsis has 3 dots.
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index 87ea985d8..2f3792247 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui | |||
| @@ -293,7 +293,7 @@ | |||
| 293 | <bool>false</bool> | 293 | <bool>false</bool> |
| 294 | </property> | 294 | </property> |
| 295 | <property name="text"> | 295 | <property name="text"> |
| 296 | <string>Configure Current Game..</string> | 296 | <string>Configure Current Game...</string> |
| 297 | </property> | 297 | </property> |
| 298 | </action> | 298 | </action> |
| 299 | </widget> | 299 | </widget> |