Changeset d6d01932e583cd8d7d8c73eabff078003cebb39b

Show
Ignore:
Timestamp:
12/18/10 20:59:30 (3 years ago)
Author:
Nikita Zlobin <cook60020tmp@…>
Children:
ea7945eaba2c169c2232a24e56e195c2aaae8b5b
Parents:
a5e595f8573016a6f18b130edfb1d3b913ecb7ab
git-committer:
Nikita Zlobin <cook60020tmp@mail.ru> / 2010-12-18T23:59:30Z+0500
Message:

Remove one funny translation

Files:
5 modified

Legend:

Unmodified
Added
Removed
  • gui/ask_dialog.c

    r71c1784 rd6d0193  
    5151    return false; 
    5252  } 
    53   gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), _("%s"), msg); 
     53  gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), "%s", msg); 
    5454  g_free(msg); 
    5555 
  • gui/dialogs.c

    r71c1784 rd6d0193  
    137137  dialog = get_gtk_builder_widget("error_dialog"); 
    138138  gtk_message_dialog_set_markup(GTK_MESSAGE_DIALOG(dialog), _("<b><big>Error</big></b>")); 
    139   gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), _("%s"), failed_operation); 
     139  gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), "%s", failed_operation); 
    140140  gtk_widget_show(dialog); 
    141141  gtk_dialog_run(GTK_DIALOG(dialog)); 
  • gui/jack.c

    rfa04111 rd6d0193  
    259259    dialog = get_gtk_builder_widget("error_dialog"); 
    260260    gtk_message_dialog_set_markup(GTK_MESSAGE_DIALOG(dialog), _("<b><big>Error executing ladiconf.\nAre LADI Tools installed?</big></b>")); 
    261     gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), _("%s"), error_ptr->message); 
     261    gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), "%s", error_ptr->message); 
    262262    gtk_widget_show(dialog); 
    263263    gtk_dialog_run(GTK_DIALOG(dialog)); 
  • po/gladish.pot

    rdcef7c7 rd6d0193  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2010-12-18 02:55+0500\n" 
     11"POT-Creation-Date: 2010-12-18 23:56+0500\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    6161#: gui/action.c:66 gui/action.c:67 
    6262msgid "Zoom out" 
    63 msgstr "" 
    64  
    65 #: gui/ask_dialog.c:53 gui/dialogs.c:139 gui/jack.c:261 
    66 #, c-format 
    67 msgid "%s" 
    6863msgstr "" 
    6964 
  • po/ru.po

    rf5eb8c3 rd6d0193  
    99"Project-Id-Version: 0.1\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2010-12-18 02:55+0500\n" 
     11"POT-Creation-Date: 2010-12-18 23:55+0500\n" 
    1212"PO-Revision-Date: 2010-12-18 01:54+0500\n" 
    1313"Last-Translator: АлексаМЎр ПрПкуЎОМ <alexandre.prokoudine@gmail.com>\n" 
     
    6464msgid "Zoom out" 
    6565msgstr "УЌеМьшОть" 
    66  
    67 #: gui/ask_dialog.c:53 gui/dialogs.c:139 gui/jack.c:261 
    68 #, c-format 
    69 msgid "%s" 
    70 msgstr "%s" 
    7166 
    7267#: gui/control.c:138 
     
    674669msgid "Terminal to use:" 
    675670msgstr "ТерЌОМал:" 
     671 
     672#~ msgid "%s" 
     673#~ msgstr "%s"