From kde-i18n-doc Sat Feb 12 18:33:50 2011 From: Frederik Schwarzer Date: Sat, 12 Feb 2011 18:33:50 +0000 To: kde-i18n-doc Subject: =?utf-8?q?=5Bkdevplatform=5D_plugins/grepview=3A_fix_markup_that?= Message-Id: <20110212183350.E1D86A609B () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=129753567702613 Git commit 2a12ef8deb6427db0f8387a092cd2bd1379821bc by Frederik Schwarzer. Committed on 12/02/2011 at 19:29. Pushed by schwarzer into branch 'master'. 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/2a12ef8deb6427db0f8387a092cd2bd1379821bc diff --git a/plugins/grepview/grepwidget.ui b/plugins/grepview/grepwidget.ui index 6c11332..2a02497 100644 --- a/plugins/grepview/grepwidget.ui +++ b/plugins/grepview/grepwidget.ui @@ -62,7 +62,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>