[gnote] Fix gramma in user visible string
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix gramma in user visible string
- Date: Sun, 14 Sep 2014 11:49:26 +0000 (UTC)
commit 1419338a4aee048ab0db2bffd004efd885353d12
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Sep 14 14:45:36 2014 +0300
Fix gramma in user visible string
src/preferencesdialog.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index d8c333a..552b63b 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -400,8 +400,8 @@ namespace gnote {
// URLs
check = manage(make_check_button(_("Create links for _URLs")));
- set_widget_tooltip(*check, _("Enable this option to create a link for URLs. "
- "Clicking will open that URL with apropriate program."));
+ set_widget_tooltip(*check, _("Enable this option to create links for URLs. "
+ "Clicking will open URL with apropriate program."));
vbox->attach(*check, 0, vbox_row++, 1, 1);
peditor = new sharp::PropertyEditorBool(settings, Preferences::ENABLE_URL_LINKS, *check);
peditor->setup();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]