unify shortcuts to avoid doubled entries in the po-files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-06-07 16:19:40 +00:00
parent 46dcc4fcd0
commit 9dd13b284f
4 changed files with 5 additions and 5 deletions

View File

@ -548,7 +548,7 @@ Menuset
#
Menu "context-toc-change"
Item "Accept Change|C" "change-accept"
Item "Accept Change|c" "change-accept"
Item "Reject Change|R" "change-reject"
End

View File

@ -623,7 +623,7 @@ void PrefLatex::on_latexBibtexCO_activated(int n)
QString const bibtex = latexBibtexCO->itemData(n).toString();
if (bibtex.isEmpty()) {
latexBibtexED->clear();
latexBibtexOptionsLA->setText(qt_("C&ommand:"));
latexBibtexOptionsLA->setText(qt_("Co&mmand:"));
return;
}
for (set<string>::const_iterator it = bibtex_alternatives.begin();
@ -735,7 +735,7 @@ void PrefLatex::update(LyXRC const & rc)
} else {
latexBibtexED->setText(toqstr(rc.bibtex_command));
latexBibtexCO->setCurrentIndex(0);
latexBibtexOptionsLA->setText(qt_("C&ommand:"));
latexBibtexOptionsLA->setText(qt_("Co&mmand:"));
}
latexIndexCO->clear();

View File

@ -218,7 +218,7 @@ ToolbarInfo & ToolbarInfo::read(Lexer & lex)
break;
case TO_IMPORTFORMATS:
lfun = LFUN_BUFFER_IMPORT;
tooltip = _("Import %1$s ...");
tooltip = _("Import %1$s");
break;
case TO_UPDATEFORMATS:
lfun = LFUN_BUFFER_UPDATE;

View File

@ -244,7 +244,7 @@
<item>
<widget class="QLabel" name="latexJIndexLA" >
<property name="text" >
<string>Processor for Ja&amp;panese:</string>
<string>Processor for &amp;Japanese:</string>
</property>
<property name="buddy" >
<cstring>latexJIndexED</cstring>