diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-27 20:19:13 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-27 20:22:34 +0100 |
commit | f3d0b3161aa0439361fba6de7de0d216048bd627 (patch) | |
tree | 18789ea0d08077878ecc88fa31e43bdc711b3311 /src/smalldialogs.cpp | |
parent | 4199c8efda4d65371bc001838f76db513cdd1b90 (diff) | |
download | kdiff3-f3d0b3161aa0439361fba6de7de0d216048bd627.tar.gz kdiff3-f3d0b3161aa0439361fba6de7de0d216048bd627.zip |
Add CMakeL10n rules.
Update translation templates.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0ee39c1ce96dbd9152a597eb5bf3da51daa6d15f)
Diffstat (limited to 'src/smalldialogs.cpp')
-rw-r--r-- | src/smalldialogs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smalldialogs.cpp b/src/smalldialogs.cpp index da75242..b27aed5 100644 --- a/src/smalldialogs.cpp +++ b/src/smalldialogs.cpp @@ -557,7 +557,7 @@ void RegExpTester::slotRecalc() if ( ! bSuccess ) { m_pHistoryEntryStartMatchResult->setText( i18n("Opening and closing parentheses don't match in regular expression.") ); - m_pHistorySortKeyResult->setText( i18n("") ); + m_pHistorySortKeyResult->setText( "" ); return; } TQRegExp historyEntryStartRegExp = m_pHistoryEntryStartRegExpEdit->text(); @@ -572,7 +572,7 @@ void RegExpTester::slotRecalc() else { m_pHistoryEntryStartMatchResult->setText( i18n("Match failed.") ); - m_pHistorySortKeyResult->setText( i18n("") ); + m_pHistorySortKeyResult->setText( "" ); } } |