diff options
| author | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-02 21:15:56 +0000 |
|---|---|---|
| committer | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-02 21:15:56 +0000 |
| commit | a16e353700dd4fd51befa2fd6a8a342fe87e7fcf (patch) | |
| tree | 60bf7ce495e092b51346fd6c6f712a4437521bd6 /resources | |
| parent | 9dfd41f57150b67893313b4776b40b6a34bd5fcb (diff) | |
| download | scribus-a16e353700dd4fd51befa2fd6a8a342fe87e7fcf.tar.gz scribus-a16e353700dd4fd51befa2fd6a8a342fe87e7fcf.tar.xz scribus-a16e353700dd4fd51befa2fd6a8a342fe87e7fcf.zip | |
#10480 : Add space between X and Y values in the position tooltip
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17171 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/translations/po/scribus.de_1901.ts | 3 | ||||
| -rw-r--r-- | resources/translations/po/scribus.de_CH.ts | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/resources/translations/po/scribus.de_1901.ts b/resources/translations/po/scribus.de_1901.ts index 756dc88..8f50ab9 100644 --- a/resources/translations/po/scribus.de_1901.ts +++ b/resources/translations/po/scribus.de_1901.ts @@ -11316,7 +11316,8 @@ Die Dokumentation enthält hierzu weitere Informationen.</translation> <location filename="../../../scribus/canvas.cpp" line="2294"/> <source>X: %1 Y: %2</source> - <translation>X: %1Y: %2</translation> + <translation>X: %1 +Y: %2</translation> </message> <message> <location filename="../../../scribus/canvas.cpp" line="2279"/> diff --git a/resources/translations/po/scribus.de_CH.ts b/resources/translations/po/scribus.de_CH.ts index 28aec82..de04963 100644 --- a/resources/translations/po/scribus.de_CH.ts +++ b/resources/translations/po/scribus.de_CH.ts @@ -11316,7 +11316,8 @@ Die Dokumentation enthält hierzu weitere Informationen.</translation> <location filename="../../../scribus/canvas.cpp" line="2294"/> <source>X: %1 Y: %2</source> - <translation>X: %1Y: %2</translation> + <translation>X: %1 +Y: %2</translation> </message> <message> <location filename="../../../scribus/canvas.cpp" line="2279"/> |
