[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kbibtex] src/gui/element: Correcting grammar in UI string
From:       Thomas Fischer <fischer () unix-ag ! uni-kl ! de>
Date:       2016-12-07 22:08:46
Message-ID: E1cEkOM-0002rd-MH () code ! kde ! org
[Download RAW message or body]

Git commit e22c9ecc572f809f4ed2017866e38ad58c6885ce by Thomas Fischer.
Committed on 04/12/2016 at 20:21.
Pushed by thomasfischer into branch 'master'.

Correcting grammar in UI string

M  +2    -2    src/gui/element/associatedfilesui.cpp

https://commits.kde.org/kbibtex/e22c9ecc572f809f4ed2017866e38ad58c6885ce

diff --git a/src/gui/element/associatedfilesui.cpp b/src/gui/element/associ=
atedfilesui.cpp
index 3fcf2634..b34a8511 100644
--- a/src/gui/element/associatedfilesui.cpp
+++ b/src/gui/element/associatedfilesui.cpp
@@ -285,7 +285,7 @@ void AssociatedFilesUI::setupForRemoteUrl(const QUrl &u=
rl, const QString &entryI
         d->labelGreeting->setText(i18n("The following remote document is a=
bout to be associated with the current entry:"));
         d->radioRenameToEntryId->setText(i18n("Rename after entry's id"));
     } else {
-        d->labelGreeting->setText(i18n("The following remote document is a=
bout to be associated with the entry '%1':", entryId));
+        d->labelGreeting->setText(i18n("The following remote document is a=
bout to be associated with entry '%1':", entryId));
         d->radioRenameToEntryId->setText(i18n("Rename after entry's id: '%=
1'", entryId));
     }
     updateUIandPreview();
@@ -298,7 +298,7 @@ void AssociatedFilesUI::setupForLocalFile(const QUrl &u=
rl, const QString &entryI
         d->labelGreeting->setText(i18n("The following local document is ab=
out to be associated with the current entry:"));
         d->radioRenameToEntryId->setText(i18n("Rename after entry's id"));
     } else {
-        d->labelGreeting->setText(i18n("The following local document is ab=
out to be associated with the entry '%1':", entryId));
+        d->labelGreeting->setText(i18n("The following local document is ab=
out to be associated with entry '%1':", entryId));
         d->radioRenameToEntryId->setText(i18n("Rename after entry's id: '%=
1'", entryId));
     }
     updateUIandPreview();

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic