OSDN Git Service

Version 0.5
[fontmanager/fontmanager.git] / qml / fontmanager / EditFontsConfPage.qml
index 5d11699..ceefbd5 100644 (file)
@@ -1,6 +1,6 @@
 /****************************************************************************
 **
-** Copyright (C) 2011 Takumi Asaki
+** Copyright (C) 2012 Takumi Asaki
 ** All rights reserved.
 ** Contact: Takumi Asaki (takumi.asaki@gmail.com)
 **
@@ -52,20 +52,23 @@ Page {
     property bool showHelp: false
     property string helpMessage: qsTr(
                                      "<p>Select font family and edit priorities.</p>" +
-                                     "<p><img src=\"image://theme/icon-m-toolbar-add\">: Add fonts to the selected <i>Priority</i> in config file.</p>" +
-                                     "<p><img src=\"image://theme/icon-m-toolbar-delete\">: Remove fonts from the selected <i>Priority</i> in config file.  <i>Note: The fonts are NOT uninstalled</i>.</p>" +
+                                     "<p><img src=\"image://theme/icon-m-toolbar-add\">: Add fonts to the target <i>Priority</i> in config file.</p>" +
                                      "<hr/>" +
-                                     "<p><b>Priorities</b>:<p>" +
+                                     "<p><img src=\"image://theme/icon-m-toolbar-up\">: Move up selected font.</p>" +
+                                     "<p><img src=\"image://theme/icon-m-toolbar-delete\">: Remove selected font from the its <i>Priority</i> in config file.  <i>Note: The fonts are NOT uninstalled</i>.</p>" +
+                                     "<p><img src=\"image://theme/icon-m-toolbar-down\">: Move down selected font.</p>" +
+                                     "<hr/>" +
+                                     "<h2>Priorities</h2><p>" +
                                      "&nbsp;&nbsp;<b>Higher</b>: These fonts have a higher priority.  ('prepend' fonts in fontconfig)<br/>" +
-                                     "&nbsp;&nbsp;<b>Normal</b>: These fonts are usally used as default.  ('prefer' fonts in fontconfig)<br/>" +
+                                     "&nbsp;&nbsp;<b>Normal</b>: These fonts are usally used as default.  System settings may be given priority than these.  ('prefer' fonts in fontconfig)<br/>" +
                                      "&nbsp;&nbsp;<b>Lowser</b>: These fonts have a lower priority.  ('accept' fonts in fontconfig)<br/>" +
+                                     "<ul><li>Please check <a href=\"http://www.freedesktop.org/software/fontconfig/fontconfig-user.html\">fontconfig</a> for more details.</li></ul>" +
                                      "<hr/>" +
                                      "<p><b>Import System Settings</b>: Import settings from system(/etc/fonts/local.conf).</p>" +
                                      "<hr/>" +
+                                     "<h2>Menu(<img src=\"image://theme/icon-m-toolbar-view-menu\">)</h2>" +
                                      "<p><b>Remove current font config</b>(Menu): Remove current user's font config file.</p>" +
-                                     "<p><b>View current font config</b>(Menu): View current user's font config file.</p>" +
-                                     "<hr/>" +
-                                     "Please check <a href=\"http://www.freedesktop.org/software/fontconfig/fontconfig-user.html\">fontconfig</a> for more details."
+                                     "<p><b>View current font config</b>(Menu): View current user's font config file.</p>"
                                      )
 
     property Item selectionDialog: null