The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 0f48953a7d59db0d6ce66930c8a1613635e5b3a6 Author: Juergen Spitzmueller <[email protected]> Date: Sat Mar 2 14:30:56 2013 +0100 Re-Introduce translatable line breaks in tool tips Real line breaks in (recent?) designer are not recognized by lyx_pot.py diff --git a/po/de.po b/po/de.po index 0a0624c..7e38e5a 100644 --- a/po/de.po +++ b/po/de.po @@ -95,8 +95,8 @@ msgid "" msgstr "" "Project-Id-Version: LyX 2.1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-03-02 14:10+0100\n" -"PO-Revision-Date: 2013-03-02 14:11+0100\n" +"POT-Creation-Date: 2013-03-02 14:26+0100\n" +"PO-Revision-Date: 2013-03-02 14:27+0100\n" "Last-Translator: Jürgen Spitzmüller <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -2645,8 +2645,8 @@ msgstr "&Symboldesign:" #: src/frontends/qt4/ui/PrefUi.ui:84 msgid "" -"The icon set to use. Warning: normal size of icons may be wrong until you " -"save the preferences and restart LyX." +"The icon set to use. Warning: normal size of icons may be\n" +"wrong until you save the preferences and restart LyX." msgstr "" "Das zu verwendende Symboldesign. Um die richtige SymbolgröÃe\n" "angezeigt zu bekommen, müssen Sie LyX ggf. neu starten." @@ -3194,8 +3194,8 @@ msgstr "Dokumente in &Registerkarten öffnen" #: src/frontends/qt4/ui/PrefDocHandlingUi.ui:171 msgid "" -"Whether to open documents in an already running instance of LyX. Set the " -"LyXServer pipe path and restart LyX to enable this feature." +"Whether to open documents in an already running instance of LyX.\n" +"(Set the LyXServer pipe path and restart LyX to enable this feature)" msgstr "" "Ãffne Dokumente in einer bereits laufenden LyX-Instanz.\n" "(Um dieses Feature nutzen zu können, müssen Sie einen\n" diff --git a/src/frontends/qt4/ui/PrefDocHandlingUi.ui b/src/frontends/qt4/ui/PrefDocHandlingUi.ui index 9f3366e..6f9987f 100644 --- a/src/frontends/qt4/ui/PrefDocHandlingUi.ui +++ b/src/frontends/qt4/ui/PrefDocHandlingUi.ui @@ -168,7 +168,7 @@ <item row="1" column="0"> <widget class="QCheckBox" name="singleInstanceCB"> <property name="toolTip"> - <string>Whether to open documents in an already running instance of LyX. Set the LyXServer pipe path and restart LyX to enable this feature.</string> + <string>Whether to open documents in an already running instance of LyX.
(Set the LyXServer pipe path and restart LyX to enable this feature)</string> </property> <property name="text"> <string>Use s&ingle instance</string> diff --git a/src/frontends/qt4/ui/PrefUi.ui b/src/frontends/qt4/ui/PrefUi.ui index 76c9120..8f6280f 100644 --- a/src/frontends/qt4/ui/PrefUi.ui +++ b/src/frontends/qt4/ui/PrefUi.ui @@ -81,7 +81,7 @@ <item> <widget class="QComboBox" name="iconSetCO"> <property name="toolTip"> - <string>The icon set to use. Warning: normal size of icons may be wrong until you save the preferences and restart LyX.</string> + <string>The icon set to use. Warning: normal size of icons may be
wrong until you save the preferences and restart LyX.</string> </property> </widget> </item> ----------------------------------------------------------------------- Summary of changes: po/de.po | 12 ++++++------ src/frontends/qt4/ui/PrefDocHandlingUi.ui | 2 +- src/frontends/qt4/ui/PrefUi.ui | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- The LyX Source Repository
