[LyX/master] Fix casing

2023-07-24 Thread Juergen Spitzmueller
commit d212013bd76e0b5e85f20a007dd2a5911061014c
Author: Juergen Spitzmueller 
Date:   Mon Jul 24 10:26:57 2023 +0200

Fix casing
---
 src/frontends/qt/GuiWorkArea.cpp |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontends/qt/GuiWorkArea.cpp b/src/frontends/qt/GuiWorkArea.cpp
index 3cd5f47..de3f70b 100644
--- a/src/frontends/qt/GuiWorkArea.cpp
+++ b/src/frontends/qt/GuiWorkArea.cpp
@@ -2085,13 +2085,13 @@ void TabWorkArea::showContextMenu(const QPoint & pos)
// show tab popup
QMenu popup;
popup.addAction(QIcon(getPixmap("images/", "hidetab", "svgz,png")),
-   qt_("Hide tab"), this, SLOT(hideCurrentTab()));
+   qt_("Hide Tab"), this, SLOT(hideCurrentTab()));
 
// we want to show the 'close' option only if this is not a child 
buffer.
Buffer const & buf = wa->bufferView().buffer();
if (!buf.parent())
popup.addAction(QIcon(getPixmap("images/", "closetab", 
"svgz,png")),
-   qt_("Close tab"), this, SLOT(closeCurrentBuffer()));
+   qt_("Close Tab"), this, SLOT(closeCurrentBuffer()));
popup.exec(tabBar()->mapToGlobal(pos));
 
clicked_tab_ = -1;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix casing.

2023-02-26 Thread Pavel Sanda
commit 9dee1572bb4dd1c7cd7ce46cd8d0414c1f55609a
Author: Pavel Sanda 
Date:   Sun Feb 26 19:51:48 2023 +0100

Fix casing.

Spotted by Juergen.
---
 lib/ui/stdmenus.inc |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index 8b2c3f4..38b5fab 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -430,7 +430,7 @@ Menuset
Item "Date (Fixed)|F" "info-insert fixdate"
Separator
Item "Time (Current)|T" "info-insert time"
-   Item "Time (Last Modification of document)|M" "info-insert 
modtime"
+   Item "Time (Last Modification of Document)|M" "info-insert 
modtime"
Item "Time (Fixed)|x" "info-insert fixtime"
Separator
Item "File Name (Excl. Extension)|N" "info-insert buffer 
name-noext"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix casing

2015-05-16 Thread Juergen Spitzmueller
commit 69fe51f9d8a7e7f15081234bb9444f19d07a7ef2
Author: Juergen Spitzmueller 
Date:   Sat May 16 13:30:23 2015 +0200

Fix casing

diff --git a/src/frontends/qt4/ui/BoxUi.ui b/src/frontends/qt4/ui/BoxUi.ui
index 769887a..0532d71 100644
--- a/src/frontends/qt4/ui/BoxUi.ui
+++ b/src/frontends/qt4/ui/BoxUi.ui
@@ -20,7 +20,7 @@

 
  
-  Type and size
+  Type and Size
  
  
   true