Changeset 9314c44fb4da598c7b090c13582c906b8b7a26a4

Show
Ignore:
Timestamp:
12/18/10 00:01:16 (2 years ago)
Author:
Nikita Zlobin <cook60020tmp@…>
Children:
fa041118ca87df7b42253608d02ff8a77f3743d0
Parents:
ee247506bdc7178c40eda3be7df36ac4aed18b8a
git-committer:
Nikita Zlobin <cook60020tmp@mail.ru> / 2010-12-18T03:01:16Z+0500
Message:

One tooltip could not be translated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gui/studio.c

    r71c1784 r9314c44  
    136136    if (!studio_proxy_get_name(&buffer)) 
    137137    { 
    138       tooltip = "failed to get studio name"; 
    139       log_error("%s", tooltip); 
    140       tooltip = _(tooltip); 
     138      tooltip = _("failed to get studio name"); 
     139      log_error("failed to get studio name"); 
    141140      status_image_path = STATUS_ICON_ERROR; 
    142141    }