gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #34428] Unclear text string


From: anonymous
Subject: [Gnash-commit] [bug #34428] Unclear text string
Date: Thu, 29 Sep 2011 01:33:40 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30

URL:
  <http://savannah.gnu.org/bugs/?34428>

                 Summary: Unclear text string
                 Project: Gnash - The GNU Flash player
            Submitted by: None
            Submitted on: Thu 29 Sep 2011 01:33:39 AM UTC
                Category: gui
                Severity: 3 - Normal
                 Release: master
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi, 
I'm translation Gnash into Danish and came across a string that stood out a
bit.

String in line 242 starts with "menushow not yet ...". Perhaps it should say
something like: "Showing the menu is not supported yet in this GUI".

The previous one starts "Menu hiding not yet ...", see below
(http://git.savannah.gnu.org/cgit/gnash.git/tree/gui/gui.cpp):

void
Gui::hideMenu()
{
    log_unimpl(_("Menu hiding not yet supported in this GUI"));
}

bool
Gui::showMouse(bool /* show */)
{
    LOG_ONCE(log_unimpl(_("Mouse show/hide not yet supported in this GUI")));
    return true;
}

void
Gui::showMenu(bool /* show */)
{
    LOG_ONCE(log_unimpl(_("menushow not yet supported in this GUI")));
}

Best regards,
Aputsiaq Janussen




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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