diff --git a/common/content/buffer.js b/common/content/buffer.js
index 176c6053..22b16d0a 100644
--- a/common/content/buffer.js
+++ b/common/content/buffer.js
@@ -2272,11 +2272,11 @@ var Buffer = Module("buffer", {
}
});
- options.add(["scrolltime", "st"],
+ options.add(["scrolltime", "sct"],
"The time, in milliseconds, in which to smooth scroll to a new position",
"number", 100);
- options.add(["scrollsteps", "ss"],
+ options.add(["scrollsteps", "scs"],
"The number of steps in which to smooth scroll to a new position",
"number", 5,
{
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml
index f1a9975a..26c40db8 100644
--- a/common/locale/en-US/options.xml
+++ b/common/locale/en-US/options.xml
@@ -1383,7 +1383,7 @@
-
'ss' 'scrollsteps'
- 'scrollsteps' 'ss'
+ 'scrollsteps' 'scs'
&option.scrollsteps.type;
&option.scrollsteps.default;
@@ -1395,7 +1395,7 @@
-
'st' 'scrolltime'
- 'scrolltime' 'st'
+ 'scrolltime' 'sct'
&option.scrolltime.type;
&option.scrolltime.default;