[epiphany/mcatanzaro/passwords: 22/35] ephy.js: Fix abbreviation
- From: Jan-Michael Brummer <jbrummer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/passwords: 22/35] ephy.js: Fix abbreviation
- Date: Tue, 5 Mar 2019 20:53:52 +0000 (UTC)
commit de6ea44dec6ca7497b98c88fa2ed66f17f9bfafd
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Mar 3 15:30:10 2019 -0600
ephy.js: Fix abbreviation
embed/web-extension/resources/js/ephy.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/web-extension/resources/js/ephy.js b/embed/web-extension/resources/js/ephy.js
index e1d11ed61..8da816d1c 100644
--- a/embed/web-extension/resources/js/ephy.js
+++ b/embed/web-extension/resources/js/ephy.js
@@ -298,7 +298,7 @@ Ephy.hasModifiedForms = function()
// A small heuristic here. If there's only one input element
// modified and it does not have a lot of text the user is
// likely not very interested in saving this work, so do
- // nothing (eg, google search input).
+ // nothing (e.g. google search input).
if (element.value.length > 50)
return true;
if (modifiedInputElement)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]