You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq/pophelp/prefs/prefs_pophelp.inc
+7-16Lines changed: 7 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,6 @@ _("<p>This setting specifies how your credits will appear when a project is comp
71
71
'content' => _("<p>The language that the site will be presented in.</p>"),
72
72
],
73
73
74
-
// OBSOLETED. MAYBE.
75
-
//'set_lang' =>
76
-
// array (
77
-
// 'title' => _("Language"),
78
-
// 'content' => _("Your primary language.")
79
-
// );
80
-
81
74
'set_name' =>
82
75
[
83
76
'title' => _("Name"),
@@ -181,15 +174,13 @@ have them assigned directly to you.</p>
181
174
[
182
175
'title' => _("Interface Type"),
183
176
'content' =>
184
-
_("<p>This setting determines which proofreading interface you prefer.</p>
185
-
186
-
<p>The Standard Interface is the default and is designed to work with very minimal
187
-
browser requirements.</p>
188
-
189
-
<p>The Enhanced Interface has additional tools and features which are not present in the
190
-
Standard Interface and may require a more recent browser for complete functionality.</p>
191
-
192
-
<p>Both interfaces require a frames and JavaScript enabled browser as a minimum.</p>"),
177
+
_("<p>This setting determines which proofreading interface you prefer. Both interfaces require a frames and JavaScript enabled browser as a minimum.</p>
178
+
<ul>
179
+
<li>The Standard Interface is the default, uses text-based buttons,
180
+
and is designed to work with minimal browser requirements.</li>
181
+
<li>The Enhanced Interface uses images that have tooltips for buttons,
182
+
and some buttons not present in the Standard Interface.</li>
183
+
</ul>"),
193
184
],
194
185
195
186
// FIXME In the userprefs display, add hover text to these icons
0 commit comments