]> git.lyx.org Git - features.git/commitdiff
unify shortcuts to avoid doubled entries in the po-files
authorUwe Stöhr <uwestoehr@web.de>
Sun, 7 Jun 2009 16:19:40 +0000 (16:19 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 7 Jun 2009 16:19:40 +0000 (16:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30010 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdcontext.inc
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/Toolbars.cpp
src/frontends/qt4/ui/PrefLatexUi.ui

index 5794c52b905f6200f6020fc3a8c3bcc21349bb74..0f9fb5a0b06a05976b391a402f2e930742f7235b 100644 (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     
        
index 48388bbd2ff9d2fb70668af387759ff4f74f5a77..abb37a61e1b772e8c2f5416099581607c5a48fdd 100644 (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();
index 4af1582cdfc8b52c2be809484555f34e395d98ac..347a2725e7f8bb2727bb0237688e0d28e70b1c78 100644 (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;
index bbf4367d0d3739aafc4b5497047e8df40772c318..3fdd0c9439666e3ece838bbf124bb426d410dd56 100644 (file)
         <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>