* src/frontends/qt4/ui/QCitationUi.ui: cosmetics: capitalize label

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15752 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-11-05 17:23:20 +00:00
parent 2985fffec3
commit 4e9bb0990f
2 changed files with 7 additions and 4 deletions

View File

@ -125,9 +125,6 @@ MENUS
* Some English menu items don't have a '&' character. (box, date, paste...)
* src/frontends/qt4/ui/QCitationUi.ui:70 "&Selected citations:" should be
"&Selected Citations:".
* All label and button texts in the Qt4 dialogs are not translated.
@ -262,3 +259,9 @@ CREDITS:
in LyXView::updateWindowTitle() and also due to a potential bug in Qt:
an update command to the window title seems to be ignored up until the window
is shown.
* src/frontends/qt4/ui/QCitationUi.ui:70 "&Selected citations:" should be
"&Selected Citations:".
FIXED (MGerz 2006-11-05)

View File

@ -67,7 +67,7 @@
<item row="0" column="2" >
<widget class="QLabel" name="selectedKeysLA" >
<property name="text" >
<string>&amp;Selected citations:</string>
<string>&amp;Selected Citations:</string>
</property>
<property name="buddy" >
<cstring>selectedLV</cstring>