Convert these extracomment to comment

Because:
 * We have a bug in our scripts that makes extracomment not work (will try to fix this asap)
 * Makes sense to be a comment since we want it to be a disambiguation text
 * KUIT markers (e.g. @label) need to be in comment     

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1231324
This commit is contained in:
Albert Astals Cid 2011-05-10 22:22:58 +00:00
parent e94cba6abc
commit c934fa5daa
1 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
</attribute>
<column>
<property name="text">
<string extracomment="@title:column Severity of a log entry / log level. Text must be very short.">Sev.</string>
<string comment="@title:column Severity of a log entry / log level. Text must be very short.">Sev.</string>
</property>
<property name="toolTip">
<string>Severity</string>
@ -59,12 +59,12 @@
</column>
<column>
<property name="text">
<string extracomment="@title:column a time stamp of a log entry">Time</string>
<string comment="@title:column a time stamp of a log entry">Time</string>
</property>
</column>
<column>
<property name="text">
<string extracomment="@title:column the text message of a log entry">Message</string>
<string comment="@title:column the text message of a log entry">Message</string>
</property>
</column>
</widget>