diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-15 08:42:43 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-15 08:42:43 -0400 |
commit | 5e3e58b4f339ce554322e670bc9a20e6da937ef3 (patch) | |
tree | a1985db6df7b8a38eec60417c36918274af62c1f | |
parent | Change the "New Tab" text to "New Dir Browser" (to better accomodate tabs&col... (diff) | |
download | lumina-5e3e58b4f339ce554322e670bc9a20e6da937ef3.tar.gz lumina-5e3e58b4f339ce554322e670bc9a20e6da937ef3.tar.bz2 lumina-5e3e58b4f339ce554322e670bc9a20e6da937ef3.zip |
oops - now the "New Tab" item should read "New Browser" (only changed tooltip before)
-rw-r--r-- | lumina-fm/MainUI.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lumina-fm/MainUI.ui b/lumina-fm/MainUI.ui index 3e926dd0..62b9d685 100644 --- a/lumina-fm/MainUI.ui +++ b/lumina-fm/MainUI.ui @@ -122,10 +122,10 @@ <widget class="QStatusBar" name="statusbar"/> <action name="actionNew_Tab"> <property name="text"> - <string>New &Tab</string> + <string>New Browser</string> </property> <property name="toolTip"> - <string>New Dir Browser</string> + <string>New Browser</string> </property> <property name="shortcut"> <string>Ctrl+T</string> |