diff options
| author | Daniel Lundqvist <luda09yl@student.hj.se> | 2014-12-31 23:03:15 +0100 |
|---|---|---|
| committer | Daniel Lundqvist <luda09yl@student.hj.se> | 2015-01-01 18:52:39 +0100 |
| commit | 85c150a4fdd31424e475fe2d3982c884abe47c2e (patch) | |
| tree | 382290aef6358ccb953ef10028092a73ea49caf5 /src/citra_qt/main.ui | |
| parent | 3f3b890694c7c22f941aa89c40846f215c0b5713 (diff) | |
Make letter cases consistent in menus and widgets
In various menu options letter cases were not consistent. This was also
the case within various debugging widgets. This attempts to make letter
cases consistent, but it is of course a matter of opinion which way is the
correct one.
Diffstat (limited to 'src/citra_qt/main.ui')
| -rw-r--r-- | src/citra_qt/main.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/main.ui b/src/citra_qt/main.ui index 4c338c664..d06c207a0 100644 --- a/src/citra_qt/main.ui +++ b/src/citra_qt/main.ui @@ -75,12 +75,12 @@ <widget class="QStatusBar" name="statusbar"/> <action name="action_Load_File"> <property name="text"> - <string>Load file...</string> + <string>Load File...</string> </property> </action> <action name="action_Load_Symbol_Map"> <property name="text"> - <string>Load symbol map...</string> + <string>Load Symbol Map...</string> </property> </action> <action name="action_Exit"> |
