[rubyripper] push by boukewou...@gmail.com - Fix a small spelling mistake regarding input and output files. on 2012-12-19 20:00 GMT

1 view
Skip to first unread message

rubyr...@googlecode.com

unread,
Dec 19, 2012, 3:00:28 PM12/19/12
to rubyrippe...@googlegroups.com
Revision: 88acc5a678d5
Author: Bouke Woudstra <boukew...@gmail.com>
Date: Wed Dec 19 12:05:40 2012
Log: Fix a small spelling mistake regarding input and output files.

http://code.google.com/p/rubyripper/source/detail?r=88acc5a678d5

Modified:
/lib/rubyripper/cli/cliPreferences.rb

=======================================
--- /lib/rubyripper/cli/cliPreferences.rb Wed Dec 19 12:00:47 2012
+++ /lib/rubyripper/cli/cliPreferences.rb Wed Dec 19 12:05:40 2012
@@ -286,8 +286,8 @@

def setOtherCodec
@out.puts("%a = " + _("Artist") + ", %b = " + _("Album") + ", %g = " +
_("Genre") + ", %y = " + _("Year"))
- @out.puts("%t = " + _("Trackname") + ", %n = " + _("Tracknumber")
+ ", %i = " + _("Inputfile"))
- @out.puts("%o = " + _("Outputfile") + _(" (don't forget the
extension)"))
+ @out.puts("%t = " + _("Trackname") + ", %n = " + _("Tracknumber")
+ ", %i = " + _("Input file"))
+ @out.puts("%o = " + _("Output file") + _(" (don't forget the
extension)"))
@prefs.settingsOther = @string.get(_("Commandline
passed"), 'lame %i %o.mp3')
end

Reply all
Reply to author
Forward
0 new messages