From kde-i18n-doc Sat Feb 12 20:29:21 2011 From: Frederik Schwarzer Date: Sat, 12 Feb 2011 20:29:21 +0000 To: kde-i18n-doc Subject: =?utf-8?q?=5Bkdevplatform/1=2E2=5D_plugins/grepview=3A_fix_marku?= Message-Id: <20110212202921.8F1B4A609B () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=129754259808552 Git commit 07a14bb6d5d062eaa94262143a3641592bc8148d by Frederik Schwarzer. Committed on 12/02/2011 at 19:29. Pushed by schwarzer into branch '1.2'. fix markup that breaks translations &quot; -> " CCMAIL: kde-i18n-doc@kde.org I would like to backport this to Stable. The string affected is huge but Ctrl+U will suffice to update it. Can I proceed? M +1 -1 plugins/grepview/grepwidget.ui http://commits.kde.org/kdevplatform/07a14bb6d5d062eaa94262143a3641592bc8148d diff --git a/plugins/grepview/grepwidget.ui b/plugins/grepview/grepwidget.ui index 000549f..954cd75 100644 --- a/plugins/grepview/grepwidget.ui +++ b/plugins/grepview/grepwidget.ui @@ -50,7 +50,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Enter the regular expression you want to search for here.</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you do not check &quot;Regular Expression&quot; below, this is considered a raw string. That means, all meta characters are escaped.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you do not check "Regular Expression" below, this is considered a raw string. That means, all meta characters are escaped.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Possible meta characters are:</p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">.</span> - Matches any character</li> <li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">^</span> - Matches the beginning of a line</li>