[gedit-plugins] colorschemer: Fix grammar in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] colorschemer: Fix grammar in translatable strings
- Date: Sat, 18 May 2019 11:18:52 +0000 (UTC)
commit c42d5c077c18e3e3bbff64fa12e1ee39d6ef537d
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat May 18 13:18:19 2019 +0200
colorschemer: Fix grammar in translatable strings
plugins/colorschemer/schemer/schemer.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/colorschemer/schemer/schemer.py b/plugins/colorschemer/schemer/schemer.py
index 25c8f11..dff8ebe 100644
--- a/plugins/colorschemer/schemer/schemer.py
+++ b/plugins/colorschemer/schemer/schemer.py
@@ -269,9 +269,9 @@ class GUI:
if self.entryId.get_text() == thisSchemeId or self.entryName.get_text() ==
self.schemeManager.get_scheme(thisSchemeId).get_name():
text = '<span weight="bold" size="larger">' + _('There was a problem saving the scheme') +
'</span>\n\n'
- text += _('You have choosen to create a new scheme' \
+ text += _('You have chosen to create a new scheme' \
'\nbut the Name or ID you are using is being used already.' \
- '\n\nPlease be sure to choose a Name and ID that are not already in use.\n')
+ '\n\nPlease make sure to choose a Name and ID that are not already in use.\n')
message_dialog(Gtk.MessageType.ERROR, text, parent=self.window,
buttons=Gtk.ButtonsType.NONE,
additional_buttons=(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL))
@@ -316,9 +316,9 @@ class GUI:
if self.entryId.get_text() == thisSchemeId or self.entryName.get_text() ==
self.schemeManager.get_scheme(thisSchemeId).get_name():
text = '<span weight="bold" size="larger">' + _('There was a problem saving the scheme') +
'</span>\n\n'
- text += _('You do not have permission to overwrite the scheme you have choosen.' \
+ text += _('You do not have permission to overwrite the scheme you have chosen.' \
'\nInstead a copy will be created.' \
- '\n\nPlease be sure to choose a Name and ID that are not already in use.\n')
+ '\n\nPlease make sure to choose a Name and ID that are not already in use.\n')
message_dialog(Gtk.MessageType.ERROR, text, parent=self.window,
buttons=Gtk.ButtonsType.NONE,
additional_buttons=(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]