mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
po/de.po:
src/frontends/qt4/QDelimiterDialog.C: cosmetics: change text "Variable size" to just "Variable", because "size" is already given by the label git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16227 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a03eaa452c
commit
205cf77715
6
po/de.po
6
po/de.po
@ -9800,7 +9800,7 @@ msgid ""
|
||||
"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
|
||||
msgstr ""
|
||||
"LyX wird in der Hoffnung weitergegeben, dass es nützlich ist, jedoch OHNE "
|
||||
"IRGENDEINE ART VON GARANTIE, insbesondere auch keine Garantie im Hinblick "
|
||||
"IRGENDEINE ART VON GARANTIE, insbesondere auch keine Garantie in Hinblick "
|
||||
"auf MARKTTAUGLICHKEIT oder TAUGLICHKEIT FÜR EINEN BESTIMMTEN ZWECK.\n"
|
||||
"Näheres enthält die GNU General Public License.\n"
|
||||
"Eine Kopie der GNU General Public License sollte Bestandteil dieser Software "
|
||||
@ -10341,8 +10341,8 @@ msgid "(None)"
|
||||
msgstr "(Kein)"
|
||||
|
||||
#: src/frontends/qt4/QDelimiterDialog.C:110
|
||||
msgid "Variable size"
|
||||
msgstr "Variable Größe"
|
||||
msgid "Variable"
|
||||
msgstr "Variabel"
|
||||
|
||||
#: src/frontends/qt4/QDocument.C:48
|
||||
msgid "Document Settings"
|
||||
|
@ -107,7 +107,7 @@ QDelimiterDialog::QDelimiterDialog(QMathDelimiter * form)
|
||||
leftCO->addItem(QIcon(QPixmap(toqstr(empty_xpm))), qt_("(None)"));
|
||||
rightCO->addItem(QIcon(QPixmap(toqstr(empty_xpm))), qt_("(None)"));
|
||||
|
||||
sizeCO->addItem(qt_("Variable size"));
|
||||
sizeCO->addItem(qt_("Variable"));
|
||||
|
||||
for (int i = 0; *biggui[i]; ++i)
|
||||
sizeCO->addItem(qt_(biggui[i]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user