octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41159] GUI various text-related minor issues


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #41159] GUI various text-related minor issues
Date: Thu, 09 Jan 2014 18:32:03 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Follow-up Comment #2, bug #41159 (project octave):

you're right, it says "1 matches".
maybe this line:
  QString res_str = QString ("%1 matches").arg (m->rowCount ()); 
can be internationalized as follows:
  QString res_str = QString (tr ("%n matches", 0, m->rowCount ())); 
as per
<http://qt-project.org/doc/qt-4.8/i18n-source-translation.html#handling-plurals>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41159>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]