[sword-svn] r2743 - trunk/src/modules/filters
chrislit at crosswire.org
chrislit at crosswire.org
Wed Nov 7 12:01:47 MST 2012
Author: chrislit
Date: 2012-11-07 12:01:47 -0700 (Wed, 07 Nov 2012)
New Revision: 2743
Modified:
trunk/src/modules/filters/osisruby.cpp
Log:
generalizing ruby as glosses (for use in non-Japanese texts or even Japanese texts with non-ruby glosses)
Modified: trunk/src/modules/filters/osisruby.cpp
===================================================================
--- trunk/src/modules/filters/osisruby.cpp 2012-11-07 00:59:39 UTC (rev 2742)
+++ trunk/src/modules/filters/osisruby.cpp 2012-11-07 19:01:47 UTC (rev 2743)
@@ -26,8 +26,8 @@
SWORD_NAMESPACE_START
-const char oName[] = "Ruby";
-const char oTip[] = "Toggles Ruby On and Off if they exist";
+const char oName[] = "Glosses";
+const char oTip[] = "Toggles Glosses On and Off if they exist";
const SWBuf choices[3] = {"Off", "On", ""};
const StringList oValues(&choices[0], &choices[2]);
More information about the sword-cvs
mailing list