I found non I18ned messages.

Please add next beta version.

--- dialogs.cpp 2004-11-16 19:20:14.243614072 +0900
+++ dialogs.cpp.new     2004-11-16 19:21:06.870613552 +0900
@@ -3179,10 +3179,10 @@
     int octave = m_clef.getOctaveOffset();
 
     switch (octave) {
-    case -1: name = "%1 down an octave"; break;
-    case -2: name = "%1 down two octaves"; break;
-    case  1: name = "%1 up an octave"; break;
-    case  2: name = "%1 up two octaves"; break;
+    case -1: name = i18n("%1 down an octave"); break;
+    case -2: name = i18n("%1 down two octaves"); break;
+    case  1: name = i18n("%1 up an octave"); break;
+    case  2: name = i18n("%1 up two octaves"); break;
     default: name = "%1"; break;
     }
 
--
oota


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Rosegarden-devel mailing list
[EMAIL PROTECTED] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to